BinomialLLC/basis_universal
CMakeLists.txt
:19
add_compile_options(/W4)
add_compile_options(/W4)
add_compile_options(/W4)
add_compile_options(/W4) # Warning Level
add_compile_options(/W4 /WX)
add_compile_options(/W4 /WX)
add_compile_options(/W4)
add_compile_options(/W4)
add_compile_options(/W4)
add_compile_options( /W4;$<$<BOOL:${KTX_WERROR}>:/WX> )
add_compile_options("$<$<CONFIG:Debug>:/W4;/DDEBUG>")
add_compile_options(
/W4
# C4251: 'identifier' : class 'type' needs to have dll-interface to be
# used by clients of class 'type2'
/wd4251
# C4268: 'identifier' : 'const' static/global data initialized
# with compiler generated default constructor fills the object with zeros
/wd4268
# C4275: non DLL-interface classkey 'identifier' used as base for
# DLL-interface classkey 'identifier'
/wd4275
# C4373: virtual function overrides, previous versions of the compiler
# did not override when parameters only differed by const/volatile qualifiers
/wd4373
# C4503: 'identifier': decorated name length exceeded, name was truncated
/wd4503
)
add_compile_options(
/W4
/wd4244 # '...': conversion from '...' to '...', possible loss of data
/wd4267 # '...': conversion from '...' to '...', possible loss of data
$<$<BOOL:${LIBUTP_ENABLE_WERROR}>:/WX>)
add_compile_options(/W4)
add_compile_options(/W4)
add_compile_options(/W4)
add_compile_options(/W4)
add_compile_options($<$<COMPILE_LANGUAGE:CXX>:/std:c++17> $<$<COMPILE_LANGUAGE:CXX>:/Zc:__cplusplus> /permissive- /utf-8 /we4287 /W4)
add_compile_options(/bigobj /W4 /wd5054 /wd4127 /wd4702)
add_compile_options(/W4)
add_compile_options($<$<CONFIG:Debug>:/W4>)
add_compile_options(/W4 /bigobj /wd4127)
add_compile_options(/W4)
add_compile_options(/W4)
add_compile_options(/W4 -D_CRT_SECURE_NO_WARNINGS -DTARGET_OS_WIN32)
add_compile_options(/W4 -D_CRT_SECURE_NO_WARNINGS -DTARGET_OS_WIN32)
add_compile_options(/W4 -D_CRT_SECURE_NO_WARNINGS -DHAVE_INTTYPES_H -DHAVE_STDINT_H -DHAVE_STRING_H -DHAVE_STDLIB_H)
add_compile_options($<$<CONFIG:Debug>:/W4>)