We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba637ba commit b7320c3Copy full SHA for b7320c3
1 file changed
src/hal/classicladder/Submakefile
@@ -32,7 +32,7 @@ CLASSICLADDERSRCS := $(addprefix hal/classicladder/, \
32
vars_access.c \
33
)
34
35
-GTK2_CFLAGS += -DGTK_INTERFACE -DGTK2
+GTK2_CFLAGS += -DGTK_INTERFACE -DGTK2 -Wno-deprecated-declarations
36
ifeq ($(HAVE_GNOMEPRINT),yes)
37
CLASSICLADDERSRCS += hal/classicladder/print_gnome.c
38
GTK2_CFLAGS += -DGNOME_PRINT_USE
0 commit comments