Skip to content

Commit

Permalink
GCC: Added warning diagnostics option
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 2, 2012
1 parent e0aeb23 commit 692b1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/config_unix_any.pri
Expand Up @@ -9,7 +9,7 @@ DEFINES += UNIX
# Ease up on the warnings. (The old C code is a bit messy.)
QMAKE_CFLAGS_WARN_ON -= -Wall
QMAKE_CFLAGS_WARN_ON -= -W
QMAKE_CFLAGS_WARN_ON += -Werror-implicit-function-declaration
QMAKE_CFLAGS_WARN_ON += -Werror-implicit-function-declaration -fdiagnostics-show-option

# Print include directories and other info.
#QMAKE_CFLAGS += -Wp,-v
Expand Down

0 comments on commit 692b1d0

Please sign in to comment.