projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
633bc48
)
Add -Wall compiler option.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 20 Feb 2013 10:29:37 +0000
(11:29 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 20 Feb 2013 10:29:37 +0000
(11:29 +0100)
Thanks R. Diez <rdiezmail-comparevcd@yahoo.de> for the patch!
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index f983ebda2e12468a953d28b4f985a167b32a6194..722b764c26b6cc09ccc8867e601c934426ede6b7 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-148,7
+148,7
@@
include(${QT_USE_FILE})
#-------------------------------------------------------------------------------
add_definitions(${QT_DEFINITIONS})
-add_definitions(-Wextra)
+add_definitions(-W
all -W
extra)
if(NOT DISABLE_WERROR)
add_definitions(-Werror)