making compiler happier
This commit is contained in:
parent
bf8184498d
commit
c9d3abccae
|
@ -19,7 +19,7 @@ endif
|
|||
|
||||
# C specific options here (added to USE_OPT).
|
||||
ifeq ($(USE_COPT),)
|
||||
USE_COPT =
|
||||
USE_COPT = -std=gnu99
|
||||
endif
|
||||
|
||||
# C++ specific options here (added to USE_OPT).
|
||||
|
|
Loading…
Reference in New Issue