summaryrefslogtreecommitdiff
path: root/openpcd/opcd_test/Makefile
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-08-10 23:36:57 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-08-10 23:36:57 +0000
commitc01cac81fd8941ee45affa73cff4f8800141c19e (patch)
tree503324985b910429765bb96332c21a0b8432160e /openpcd/opcd_test/Makefile
parent4c1c0deb058ff8781362fb17fa3f5d5ac7c440d9 (diff)
fix some compiler warnings, enable -Wall
git-svn-id: https://svn.openpcd.org:2342/trunk@100 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/opcd_test/Makefile')
-rw-r--r--openpcd/opcd_test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpcd/opcd_test/Makefile b/openpcd/opcd_test/Makefile
index edae90f..f134513 100644
--- a/openpcd/opcd_test/Makefile
+++ b/openpcd/opcd_test/Makefile
@@ -1,5 +1,6 @@
#!/usr/bin/make
LDFLAGS=-lusb
+CFLAGS=-Wall
all: opcd_test
personal git repositories of Harald Welte. Your mileage may vary