Browse Source

Silence useless warning on Windows (#183)

hl_urbicide
Bohdan Shulyar 3 years ago committed by GitHub
parent
commit
7552c1df5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -93,6 +93,8 @@ endif() @@ -93,6 +93,8 @@ endif()
if(NOT MSVC)
#add_compile_options(-Wempty-body) # GCC/Clang flag
add_compile_options(-Wreturn-type) # GCC/Clang flag
else()
add_definitions(-D_CRT_SILENCE_NONCONFORMING_TGMATH_H)
endif()

Loading…
Cancel
Save