Enable -Wcomment warning

This commit is contained in:
Nekotekina 2021-01-08 22:30:24 +03:00
parent 52deff06ba
commit d3a66af7d6
2 changed files with 10 additions and 11 deletions

View file

@ -38,7 +38,6 @@ else()
add_compile_options(-Wno-invalid-offsetof)
add_compile_options(-Wno-unused-function)
add_compile_options(-Wno-attributes)
add_compile_options(-Wno-comment)
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-fconstexpr-steps=16777216)