commit eef7e6da3645e6d94f513b63f8e57c13ddea0c97 parent 9360a9f2c7247ea35f271a344a547dab4adec571 Author: Ari Malinen <ari.malinen@gmail.com> Date: Sun, 15 Jun 2014 23:45:09 +0300 Merge pull request #1 from raymontag/master use -pedantic instead of -Wpedantic as gcc only knows the former. Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-std=c99 -Wall -Wpedantic -Wextra +CFLAGS=-std=c99 -Wall -pedantic -Wextra all: crond