🚨 silenced a warning

pull/1565/head
Niels Lohmann 2019-04-03 17:44:09 +02:00
parent 1f03395e2c
commit 0da99027b7
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,6 @@ pedantic_gcc:
-Wextra \
-Wextra-semi \
-Wfloat-conversion \
-Wfloat-equal \
-Wformat \
-Wformat-contains-nul \
-Wformat-extra-args \
@ -232,6 +231,7 @@ pedantic_gcc:
-Wmultistatement-macros \
-Wnarrowing \
-Wno-deprecated-declarations \
-Wno-float-equal \
-Wno-long-long \
-Wno-namespaces \
-Wno-padded \