aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/dcerpc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-06-10 18:55:03 +0000
committerGerald Combs <gerald@wireshark.org>2013-06-10 18:55:03 +0000
commit62d87b6cadc42c606012d94d4eee6b705a0c7f9e (patch)
treecde78d31b9526a8638699cef4ee2d316a97c3d22 /epan/dissectors/dcerpc
parent878e89885b42c42adcf16c35191a1f17bfbf88b8 (diff)
tools/lemon/lemon.c: Fix an integer shortening issue. (CMake enables
-Werror here but Autotools doesn't. Which is correct?) epan/dissectors/dcerpc: idl2wrs isn't an installed executable in Autotools so don't make it one in CMake. svn path=/trunk/; revision=49871
Diffstat (limited to 'epan/dissectors/dcerpc')
-rw-r--r--epan/dissectors/dcerpc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/dcerpc/CMakeLists.txt b/epan/dissectors/dcerpc/CMakeLists.txt
index 318dd4ba8b..8be363df16 100644
--- a/epan/dissectors/dcerpc/CMakeLists.txt
+++ b/epan/dissectors/dcerpc/CMakeLists.txt
@@ -44,4 +44,4 @@ if (WERROR)
)
endif()
-add_executable(idl2wrs ${IDL2WRS_FILES})
+#add_executable(idl2wrs ${IDL2WRS_FILES})