refactor: apply comments

This commit is contained in:
Johel Ernesto Guerrero Peña
2021-02-22 14:40:23 -04:00
committed by Mateusz Pusz
parent dca553ed96
commit 94eb477f02
4 changed files with 14 additions and 10 deletions

View File

@ -73,6 +73,11 @@ macro(_set_flags)
set(GCC_WARNINGS
${CLANG_WARNINGS}
-Wno-float-conversion
-Wno-shorten-64-to-32
-Wno-implicit-float-conversion
-Wno-implicit-int-float-conversion
-Wno-implicit-int-conversion
-Wmisleading-indentation # warn if indentation implies blocks where blocks do not exist
-Wduplicated-cond # warn if if / else chain has duplicated conditions
-Wduplicated-branches # warn if if / else branches have duplicated code