Enable and fix more warnings.

This commit is contained in:
Felix Geyer 2010-09-18 20:31:14 +02:00
parent 5da7d3fca6
commit 1678351d11
5 changed files with 7 additions and 5 deletions

View file

@ -23,7 +23,7 @@ option(WITH_TESTS "Enable building of unit tests" ON)
set( KEEPASSX_VERSION "0.9.0" )
add_definitions(-DQT_NO_KEYWORDS -Wall)
add_definitions(-DQT_NO_KEYWORDS -fno-exceptions -fno-rtti -Wall -Wextra -Wundef -Wold-style-cast -Wnon-virtual-dtor)
if( APPLE OR MINGW )
set( PROGNAME KeePassX )