Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
a54507d8
"...sampling/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "c5ea35dc19c02bea1c3e3c2b5c47a3d0ad81f9ec"
Commit
a54507d8
authored
May 01, 2021
by
Davis King
Browse files
suppress spurious warning
parent
273d5943
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
dlib/test/CMakeLists.txt
dlib/test/CMakeLists.txt
+1
-0
No files found.
dlib/test/CMakeLists.txt
View file @
a54507d8
...
@@ -171,6 +171,7 @@ if (CMAKE_COMPILER_IS_GNUCXX)
...
@@ -171,6 +171,7 @@ if (CMAKE_COMPILER_IS_GNUCXX)
# I don't care about unused testing functions though. I like to keep them
# I don't care about unused testing functions though. I like to keep them
# around. Don't warn about it.
# around. Don't warn about it.
add_definitions
(
"-Wno-unused-function"
)
add_definitions
(
"-Wno-unused-function"
)
add_definitions
(
"-Wno-strict-overflow"
)
endif
()
endif
()
...
...
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