fix compilation in gcc
This commit is contained in:
parent
5d49c07957
commit
116fb82670
2
Makefile
2
Makefile
@ -4,7 +4,7 @@
|
||||
# the terms of the Do What The Fuck You Want To Public License, Version 2, as
|
||||
# published by Sam Hocevar. See the COPYING file for more details.
|
||||
|
||||
CFLAGS = -g -Wall -Wextra -Werror
|
||||
CFLAGS = -g -Wall -Wextra -Werror -std=c99
|
||||
LDFLAGS = -lcheck
|
||||
|
||||
all: scan-build test example
|
||||
|
Loading…
Reference in New Issue
Block a user