🚨 fixed a compiler warning #1224
This commit is contained in:
parent
d713727f22
commit
eb30ff0615
4 changed files with 4 additions and 17 deletions
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue