"...sampling/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "c5ea35dc19c02bea1c3e3c2b5c47a3d0ad81f9ec"
Commit a54507d8 authored by Davis King's avatar Davis King
Browse files

suppress spurious warning

parent 273d5943
...@@ -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()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment