Skip to content

Commit 81ea122

Browse files
committed
classicladder: Don't tell us about deprecated (gtk2) types
1 parent c5ce59e commit 81ea122

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hal/classicladder/Submakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ CLASSICLADDERSRCS := $(addprefix hal/classicladder/, \
3232
vars_access.c \
3333
)
3434

35-
GTK2_CFLAGS += -DGTK_INTERFACE -DGTK2
35+
GTK2_CFLAGS += -DGTK_INTERFACE -DGTK2 -Wno-deprecated-declarations
3636
ifeq ($(HAVE_GNOMEPRINT),yes)
3737
CLASSICLADDERSRCS += hal/classicladder/print_gnome.c
3838
GTK2_CFLAGS += -DGNOME_PRINT_USE

0 commit comments

Comments
 (0)