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>
This commit is contained in:
Gerald Combs 2019-04-15 11:40:48 -07:00 committed by Alexis La Goutte
parent 7187120b13
commit 471dc722c0
3 changed files with 3 additions and 6 deletions

View File

@ -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}
)

View File

@ -34,7 +34,6 @@ CHECKAPI(
NAME
randpkt_core-base
SWITCHES
-g deprecated-gtk
SOURCES
${RANDPKT_CORE_SRC}
${RANDPKT_CORE_HEADERS}
@ -43,7 +42,7 @@ CHECKAPI(
NAME
randpkt_core-todo
SWITCHES
-M -g deprecated-gtk-todo
-M
SOURCES
${RANDPKT_CORE_SRC}
${RANDPKT_CORE_HEADERS}

View File

@ -104,7 +104,6 @@ CHECKAPI(
NAME
ui-base
SWITCHES
-g deprecated-gtk
SOURCES
${NONGENERATED_UI_SRC}
# Flex files not included due to use of malloc, free etc.
@ -113,7 +112,7 @@ CHECKAPI(
NAME
ui-todo
SWITCHES
-M -g deprecated-gtk-todo
-M
SOURCES
${NONGENERATED_UI_SRC}
# Flex files not included due to use of malloc, free etc.