From ed2ee8a8c26dc39e39172c169d8a0d434083fefe Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 16 Apr 2021 13:53:43 -0600 Subject: [PATCH] Revert "Disable -Wunused-macros under GCC" This reverts commit 1b1413246b8b4a9c6f7e0aac16afd6d110c142cf. Err. It wasn't working. We already have that disabled in the files it is warning about. Doesn't work. --- src/hb.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb.hh b/src/hb.hh index b5187e837..4d90e4d57 100644 --- a/src/hb.hh +++ b/src/hb.hh @@ -118,7 +118,6 @@ #pragma GCC diagnostic ignored "-Wunsafe-loop-optimizations" // TODO fix #pragma GCC diagnostic ignored "-Wunused-parameter" // TODO fix #if defined(__GNUC__) && !defined(__clang__) -#pragma GCC diagnostic ignored "-Wunused-macros" // TODO fix #pragma GCC diagnostic ignored "-Wunused-result" // TODO fix #endif #endif