diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-06 16:57:49 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-06 16:57:49 +0100 |
commit | 4c3cd7fde636946bb806d9b2d025c59418fa4e85 (patch) | |
tree | 5fccfab94b4ee535c4627be80a9ea92e5ae291b2 /src/colorramp.c | |
parent | Style (diff) | |
download | redshift-ng-4c3cd7fde636946bb806d9b2d025c59418fa4e85.tar.gz redshift-ng-4c3cd7fde636946bb806d9b2d025c59418fa4e85.tar.bz2 redshift-ng-4c3cd7fde636946bb806d9b2d025c59418fa4e85.tar.xz |
style and some minor fixes
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/colorramp.c')
-rw-r--r-- | src/colorramp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/colorramp.c b/src/colorramp.c index 295bf41..2387e01 100644 --- a/src/colorramp.c +++ b/src/colorramp.c @@ -20,7 +20,6 @@ */ #include "common.h" - #if defined(__GNUC__) # pragma GCC diagnostic ignored "-Wfloat-equal" #endif |