mirror of
https://github.com/mpusz/mp-units.git
synced 2025-06-25 01:01:33 +02:00
refactor: apply comments
This commit is contained in:
committed by
Mateusz Pusz
parent
dca553ed96
commit
94eb477f02
@ -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
|
||||
|
Reference in New Issue
Block a user