aboutsummaryrefslogtreecommitdiffstats
path: root/caputils
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-04-15 11:40:48 -0700
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2019-04-15 20:15:56 +0000
commit471dc722c028f73f21b8421eca662a1546c97ac1 (patch)
tree5eef14f0ed805d70aaff31e1b1c85f9014bba623 /caputils
parent7187120b1316a08ad9e93aeabad1445319988c49 (diff)
Don't pass "-g deprecated-gtk" to checkAPIs.pl.
The deprecated-gtk and deprecated-gtk-todo API groups were removed last year in g7853d0e354. Change-Id: I9b299d54da043bbda91d639ec7c94a58f459149f Reviewed-on: https://code.wireshark.org/review/32865 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'caputils')
-rw-r--r--caputils/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/caputils/CMakeLists.txt b/caputils/CMakeLists.txt
index 7a4ba615ed..ee9a7302b7 100644
--- a/caputils/CMakeLists.txt
+++ b/caputils/CMakeLists.txt
@@ -71,7 +71,6 @@ CHECKAPI(
NAME
caputils-base
SWITCHES
- -g deprecated-gtk
SOURCES
${CAPUTILS_SRC}
)
@@ -79,7 +78,7 @@ CHECKAPI(
NAME
caputils-todo
SWITCHES
- -M -g deprecated-gtk-todo
+ -M
SOURCES
${CAPUTILS_SRC}
)