making compiler happier

This commit is contained in:
rusEfi 2018-01-30 23:22:07 -05:00
parent bf8184498d
commit c9d3abccae
1 changed files with 1 additions and 1 deletions

View File

@ -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).