🚨 silenced a warning

parent 1f03395e
...@@ -182,7 +182,6 @@ pedantic_gcc: ...@@ -182,7 +182,6 @@ pedantic_gcc:
-Wextra \ -Wextra \
-Wextra-semi \ -Wextra-semi \
-Wfloat-conversion \ -Wfloat-conversion \
-Wfloat-equal \
-Wformat \ -Wformat \
-Wformat-contains-nul \ -Wformat-contains-nul \
-Wformat-extra-args \ -Wformat-extra-args \
...@@ -232,6 +231,7 @@ pedantic_gcc: ...@@ -232,6 +231,7 @@ pedantic_gcc:
-Wmultistatement-macros \ -Wmultistatement-macros \
-Wnarrowing \ -Wnarrowing \
-Wno-deprecated-declarations \ -Wno-deprecated-declarations \
-Wno-float-equal \
-Wno-long-long \ -Wno-long-long \
-Wno-namespaces \ -Wno-namespaces \
-Wno-padded \ -Wno-padded \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment