From 6a6bf7b7bc4a0b375fcf04ff7c674bf76e6d51aa Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Wed, 17 Jul 2019 21:22:38 +0430 Subject: [PATCH] Downgrade -Wdeprecated-declarations to warning Fixes #1834 at least till fix of #1829 --- src/hb.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb.hh b/src/hb.hh index bee39cd4..f8b5e70a 100644 --- a/src/hb.hh +++ b/src/hb.hh @@ -98,6 +98,7 @@ #ifndef HB_NO_PRAGMA_GCC_DIAGNOSTIC_WARNING #pragma GCC diagnostic warning "-Wbuiltin-macro-redefined" #pragma GCC diagnostic warning "-Wdeprecated" +#pragma GCC diagnostic warning "-Wdeprecated-declarations" #pragma GCC diagnostic warning "-Wdisabled-optimization" #pragma GCC diagnostic warning "-Wdouble-promotion" #pragma GCC diagnostic warning "-Wformat=2" -- GitLab