Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
155b8d00
Commit
155b8d00
authored
Sep 16, 2009
by
Mathias Goldau
Browse files
[FIX]
* Suppressed warnings from biosig code
parent
f312085a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
src/dataHandler/io/biosig/CMakeLists.txt
src/dataHandler/io/biosig/CMakeLists.txt
+1
-1
src/dataHandler/io/nifti/CMakeLists.txt
src/dataHandler/io/nifti/CMakeLists.txt
+0
-1
No files found.
src/dataHandler/io/biosig/CMakeLists.txt
View file @
155b8d00
# Adapted flags for this directory to inhibit all warnings.
# There is a good reason for this: We do not want to debug
# third party software!
SET
(
CMAKE_CXX_FLAGS
"-pedantic -Wno-write-strings -Wno-deprecated "
)
SET
(
CMAKE_CXX_FLAGS
"-pedantic -Wno-write-strings -Wno-deprecated
-Wformat=0
"
)
SET
(
CMAKE_C_FLAGS
"-w"
)
FILE
(
GLOB BIOSIG_SRC
"*.c"
"*.cpp"
"XMLParser/*.cpp"
)
...
...
src/dataHandler/io/nifti/CMakeLists.txt
View file @
155b8d00
...
...
@@ -3,7 +3,6 @@
MESSAGE
(
STATUS
"Inlcuded NIfTI lib building information."
)
INCLUDE_DIRECTORIES
(
.
)
OPTION
(
BUILD_SHARED_LIBS
"Toggle building shared libraries"
ON
)
# Zlib support currently only on Linux
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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