Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CAMP
campvis-public
Commits
b4547688
Commit
b4547688
authored
Jul 27, 2014
by
Christian Schulte zu Berge
Browse files
Disable -Wunknown-pragmas warning in GCC.
parent
104b5322
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/commonconf.cmake
View file @
b4547688
...
...
@@ -149,7 +149,7 @@ IF(WIN32)
ELSEIF
(
UNIX
)
LIST
(
APPEND CampvisGlobalDefinitions
"-DUNIX"
)
LIST
(
APPEND CampvisGlobalDefinitions
"-Wall -Wno-unused-local-typedefs -Wno-unused-variable"
)
LIST
(
APPEND CampvisGlobalDefinitions
"-Wall -Wno-unused-local-typedefs -Wno-unused-variable
-Wno-unknown-pragmas
"
)
LIST
(
APPEND CampvisGlobalDefinitions
"-D__STDC_CONSTANT_MACROS"
)
ENDIF
(
WIN32
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment