LookingGlass/common
Geoffrey McRae 6358f35cb7 [common] detect clang and disable warnings for unknown-warning-option
Clang doesn't know the warning option `format-truncation`, which GCC
falsely triggers on when calling vsnprintf. Further to this, GCC doesn't
understand the warning group `unknown-warning-option`, as such we must
disable these warnings in the cmake.
2021-02-22 01:54:46 +11:00
..
include/common [common] fix gcc format-truncation false positive 2021-02-22 01:39:28 +11:00
src [common] fix gcc format-truncation false positive 2021-02-22 01:39:28 +11:00
CMakeLists.txt [common] detect clang and disable warnings for unknown-warning-option 2021-02-22 01:54:46 +11:00