From: Serge Ziryukin Date: Fri, 2 Apr 2010 18:59:28 +0000 (+0300) Subject: add -Wall and -Wextra X-Git-Url: http://git.maemo.org/git/?p=colorflood;a=commitdiff_plain;h=7576a5a5100de94ea6c6695062deefe1de5e16c5 add -Wall and -Wextra --- diff --git a/colorflood/src/CMakeLists.txt b/colorflood/src/CMakeLists.txt index 719fbf0..d6a5f59 100644 --- a/colorflood/src/CMakeLists.txt +++ b/colorflood/src/CMakeLists.txt @@ -27,5 +27,6 @@ include(${QT_USE_FILE}) QT4_WRAP_CPP(moc_src ${moc}) +add_definitions(-Wall -Wextra) add_executable(colorflood ${moc_src} ${src}) target_link_libraries(colorflood ${QT_LIBRARIES})