mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Enable and fix more warnings.
This commit is contained in:
parent
5da7d3fca6
commit
1678351d11
5 changed files with 7 additions and 5 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue