aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-01-24 17:48:26 +0100
committerMattias Andrée <maandree@kth.se>2023-01-24 17:48:26 +0100
commitddeb71ba1352c67e8d9233f69d87603bf6cf1638 (patch)
treeac0a3135cb9efe8c77ca4def8145e756cd830168
parentAdd todos (diff)
downloadlibfonts-ddeb71ba1352c67e8d9233f69d87603bf6cf1638.tar.gz
libfonts-ddeb71ba1352c67e8d9233f69d87603bf6cf1638.tar.bz2
libfonts-ddeb71ba1352c67e8d9233f69d87603bf6cf1638.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile2
-rw-r--r--common.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 624232d..1ac625f 100644
--- a/Makefile
+++ b/Makefile
@@ -111,4 +111,4 @@ clean:
.SUFFIXES:
.SUFFIXES: .lo .o .c .test
-.PHONY: all install uninstall clean
+.PHONY: all check install uninstall clean
diff --git a/common.h b/common.h
index fcafb53..b47a19e 100644
--- a/common.h
+++ b/common.h
@@ -187,8 +187,8 @@ int libfonts_parse_aa__(enum libfonts_antialiasing *outp, const char *value);
} while (0)
-#if defined(__clang__)
-# pragma clang diagnostic ignored "-Wassign-enum"
-#endif
+# if defined(__clang__)
+# pragma clang diagnostic ignored "-Wassign-enum"
+# endif
#endif