diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-26 20:41:03 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-26 20:41:03 +0100 |
commit | f4f942e5bf9e6966f8db4f6239ee5862b0b352c6 (patch) | |
tree | 9cf4140f658ad3793d678b073dd6559df339da22 | |
parent | 94db48fbb9b60fc83736972c22aeb9610c2fae51 (diff) |
external: silence win32 warning
-rw-r--r-- | external/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 2da396e0..0012ec36 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -27,6 +27,7 @@ else() add_compile_options( -Wno-error -Wno-undef + -Wno-cast-function-type ) #set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-old-style-cast") endif() |