Skip to content

Commit

Permalink
Fix building with Gtk 4.10
Browse files Browse the repository at this point in the history
Add -Wno-error=deprecated-declarations to the Makefile so that it
can build when using Gtk 4.10.
  • Loading branch information
geoffreybennett committed Sep 6, 2023
1 parent 59716b9 commit fb9ccfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ DEPFLAGS = -MT $@ -MMD -MP -MF $(DEPDIR)/$*.d

CFLAGS := -Wall -Werror -ggdb -fno-omit-frame-pointer -O2 -D_FORTIFY_SOURCE=2
CFLAGS += -DVERSION=\"$(VERSION)\"
CFLAGS += -Wno-error=deprecated-declarations

PKG_CONFIG=pkg-config

Expand Down

0 comments on commit fb9ccfe

Please sign in to comment.