Downgrade -Wdeprecated-declarations to warning

Fixes #1834 at least till fix of #1829
pull/1835/head
Ebrahim Byagowi 6 years ago committed by GitHub
parent 25e2562fdf
commit 6a6bf7b7bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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"

Loading…
Cancel
Save