summaryrefslogtreecommitdiff
path: root/epan/ftypes
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2016-05-11 09:31:39 -0400
committerMichael Mann <mmann78@netscape.net>2016-05-11 15:51:21 +0000
commitbca12baa4c79fe383f67da3c12b4b1cb6c1e09ac (patch)
tree6ba09f212ba1bf8e2a8cd6e675d8f03a03c28829 /epan/ftypes
parent95f47187c7381e47883b5c095ca38d8fcecd1269 (diff)
downloadwireshark-bca12baa4c79fe383f67da3c12b4b1cb6c1e09ac.tar.gz
Run checkAPIs in epan/ftypes/ .
Michael cleaned up the strcpy()'s which were preventing it from running without errors. Change-Id: I3f02150a9b1fbefddb67c0cb90fc2c58766d7d2a Reviewed-on: https://code.wireshark.org/review/15375 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/ftypes')
-rw-r--r--epan/ftypes/CMakeLists.txt17
1 files changed, 8 insertions, 9 deletions
diff --git a/epan/ftypes/CMakeLists.txt b/epan/ftypes/CMakeLists.txt
index 6ddcb9fbee..9f1d62f294 100644
--- a/epan/ftypes/CMakeLists.txt
+++ b/epan/ftypes/CMakeLists.txt
@@ -58,15 +58,14 @@ set_target_properties(ftypes PROPERTIES
COMPILE_DEFINITIONS "WS_BUILD_DLL"
)
-# Commented out as per nmake
-#CHECKAPI(
-# NAME
-# ftypes
-# SWITCHES
-# -g termoutput -build
-# SOURCES
-# ${FTYPE_FILES}
-#)
+CHECKAPI(
+ NAME
+ ftypes
+ SWITCHES
+ -g termoutput -build
+ SOURCES
+ ${FTYPE_FILES}
+)
#
# Editor modelines - http://www.wireshark.org/tools/modelines.html