From 90772725493108c79487a67620f0240e5d68f4ee Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 22 Jan 2019 12:40:18 +0100 Subject: [PATCH] pragma GCC diagnostic error "-Wsign-compare" --- src/hb.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb.hh b/src/hb.hh index 6cc4afdd6..979bb4a29 100644 --- a/src/hb.hh +++ b/src/hb.hh @@ -65,6 +65,7 @@ #pragma GCC diagnostic error "-Wpointer-arith" #pragma GCC diagnostic error "-Wredundant-decls" #pragma GCC diagnostic error "-Wreorder" +#pragma GCC diagnostic error "-Wsign-compare" #pragma GCC diagnostic error "-Wstrict-prototypes" #pragma GCC diagnostic error "-Wstring-conversion" #pragma GCC diagnostic error "-Wswitch-enum" @@ -85,7 +86,6 @@ #pragma GCC diagnostic warning "-Wlogical-op" #pragma GCC diagnostic warning "-Wmaybe-uninitialized" #pragma GCC diagnostic warning "-Wmissing-format-attribute" -#pragma GCC diagnostic warning "-Wsign-compare" #pragma GCC diagnostic warning "-Wundef" /* Ignored currently, but should be fixed at some point. */