Skip to content
Snippets Groups Projects
Commit dcd315e1 authored by rswindell's avatar rswindell
Browse files

Added -Wall to enable all gcc warnings.

parent f904b046
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ LIBDIR := /usr/lib
DELETE = rm -f -v
OUTLIB = -o
CFLAGS := -I$(UIFC) -I$(XPDEV) -I/usr/local/include -I../ -D_THREAD_SAFE
CFLAGS := -Wall -I$(UIFC) -I$(XPDEV) -I/usr/local/include -I../ -D_THREAD_SAFE
LFLAGS := -L/usr/local/lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment