changed makefile

Tests now compile with just -Wall in order to allow for placeholder variables.
Also tests are now compiled in c99
xkbcommon
Alessandro Mauri 4 years ago
parent 67a36f71e3
commit cc15646a15
  1. 2
      tests/makefile

@ -1,5 +1,5 @@
CC = gcc
CFLAGS = -Wall -Werror -pedantic
CFLAGS = -Wall -std=c99
parse: parse.c

Loading…
Cancel
Save