aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-05 20:38:27 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-05 20:38:27 +0000
commit95b5d0ee4502ee1cb99010714668b4334752c55f (patch)
tree57c6602103931f306e7e7fdb4c736ebff9f7959b /epan/Makefile.nmake
parente0388e21b8046f77839cb278d160ae81f6cc7223 (diff)
Fix some of the Errors/warnings detected by checkapi,
make non ASCII char a warning for now. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25240 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index caa2c6f512..aaa06b5d0a 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -304,3 +304,5 @@ dtd_grammar.h: dtd_grammar.c
dtd_grammar.c: $(LEMON)\lemon.exe $(LEMON)\lempar.c dtd_grammar.lemon
$(LEMON)\lemon t=$(LEMON)\lempar.c dtd_grammar.lemon
+checkapi:
+ $(PERL) ../tools/checkAPIs.pl $(LIBWIRESHARK_SRC) \ \ No newline at end of file