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 NAME
caputils-base caputils-base
SWITCHES SWITCHES
-g deprecated-gtk
SOURCES SOURCES
${CAPUTILS_SRC} ${CAPUTILS_SRC}
) )
@ -79,7 +78,7 @@ CHECKAPI(
NAME NAME
caputils-todo caputils-todo
SWITCHES SWITCHES
-M -g deprecated-gtk-todo -M
SOURCES SOURCES
${CAPUTILS_SRC} ${CAPUTILS_SRC}
) )

View File

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

View File

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