🚨 fixed a compiler warning #1224

This commit is contained in:
Niels Lohmann 2018-09-06 07:25:19 +02:00
parent d713727f22
commit eb30ff0615
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
4 changed files with 4 additions and 17 deletions

View file

@ -191,7 +191,10 @@ pedantic_gcc:
-Wunused-macros \
-Wunused-parameter \
-Wuseless-cast \
-Wvariadic-macros"
-Wvariadic-macros \
-Wctor-dtor-privacy \
-Winit-self \
-Wstrict-null-sentinel"
##########################################################################
# benchmarks