aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-05-05 20:38:27 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-05-05 20:38:27 +0000
commit9cc9c92e75a6326c5cf786efff345de436b3530d (patch)
tree57c6602103931f306e7e7fdb4c736ebff9f7959b /epan/dissectors/Makefile.nmake
parentbf9ccab9cbc05ead599282575497385ea596b1d7 (diff)
Fix some of the Errors/warnings detected by checkapi,
make non ASCII char a warning for now. svn path=/trunk/; revision=25240
Diffstat (limited to 'epan/dissectors/Makefile.nmake')
-rw-r--r--epan/dissectors/Makefile.nmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake
index 05b3d2b612..91102af26b 100644
--- a/epan/dissectors/Makefile.nmake
+++ b/epan/dissectors/Makefile.nmake
@@ -109,3 +109,7 @@ distclean: clean
maintainer-clean: distclean
rm -f $(GENERATED_FILES)
+
+checkapi:
+ $(PERL) ../../tools/checkAPIs.pl $(DISSECTOR_SRC) \
+ $(CLEAN_DISSECTOR_SRC)