diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-31 22:33:54 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-31 22:33:54 +0100 |
commit | e63490fcdb151ab113c626d131af1b24dc0d1440 (patch) | |
tree | b21e3d42b5723d207ba6ad956170366c1ed80445 /common.h | |
parent | libglitter_redistribute_energy_double: add more tests and fix typo in code (diff) | |
download | libglitter-1.1.tar.gz libglitter-1.1.tar.bz2 libglitter-1.1.tar.xz |
Silence false warnings1.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ struct libglitter_render_context { # pragma GCC diagnostic ignored "-Wdouble-promotion" #elif defined(__clang__) # pragma clang diagnostic ignored "-Wfloat-equal" +# pragma clang diagnostic ignored "-Wfloat-conversion" # pragma clang diagnostic ignored "-Wdouble-promotion" # pragma clang diagnostic ignored "-Wimplicit-float-conversion" #endif |