Commit 5e799398 authored by Alessandro Rubini's avatar Alessandro Rubini

userspace/tools: add -Wall to CFLAGS

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 7e5abcf8
......@@ -18,7 +18,7 @@ GIT_VER = $(shell git describe --always --dirty=+ | sed 's;^wr-switch-sw-;;')
GIT_USR = $(shell git config --get-all user.name)
# LOTs of includes
CFLAGS = -O2 -DDEBUG -g \
CFLAGS = -O2 -DDEBUG -g -Wall \
-I$(LINUX)/include \
-I$(LINUX)/arch/arm/mach-at91/include \
-I../ptp-noposix/libptpnetif \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment