mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
suppress spurious warning
This commit is contained in:
parent
273d59435f
commit
a54507d81b
@ -171,6 +171,7 @@ if (CMAKE_COMPILER_IS_GNUCXX)
|
||||
# I don't care about unused testing functions though. I like to keep them
|
||||
# around. Don't warn about it.
|
||||
add_definitions("-Wno-unused-function")
|
||||
add_definitions("-Wno-strict-overflow")
|
||||
endif()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user