diff options
author | Lenny Maiorani <lenny@colorado.edu> | 2021-04-18 15:35:58 -0600 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-19 00:38:31 +0200 |
commit | df916c97386de6a05a229327d524edc2668f7b1c (patch) | |
tree | 78ff2e38736286d41d04a861d57c5d81b3cb0717 /Meta/lint-clang-format.sh | |
parent | 4f9ab0b9820c3276d85e66720eaeccb675989269 (diff) | |
download | serenity-df916c97386de6a05a229327d524edc2668f7b1c.zip |
CMake: Quiet warnings about literal suffix
Problem:
- Newer versions of clang (ToT) have a similar `-Wliteral-suffix`
warning as GCC. A previous commit enabled it for all compilers. This
needs to be silenced for the entire build, but it currently only is
silenced for some directories.
Solution:
- Move the `-Wno-literal-suffix` option up in the CMakeLists.txt so
that it gets applied everywhere.
Diffstat (limited to 'Meta/lint-clang-format.sh')
0 files changed, 0 insertions, 0 deletions