Skip to content

Commit

Permalink
Merge pull request #103 from teleshoes/ignore_deprecated_warnings_for…
Browse files Browse the repository at this point in the history
…_gparameter

turn off deprecation warnings to workaround GParameter
  • Loading branch information
penguin42 authored Dec 28, 2019
2 parents 4494ba2 + 662847b commit 9a54ab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ COMPILE.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c

CFLAGS+=-Wall -g -O0 -Werror
CFLAGS += -DPURPLE_PLUGINS
CFLAGS += -DGLIB_DISABLE_DEPRECATION_WARNINGS

# generate .d files when compiling
CPPFLAGS += -MMD
Expand Down

0 comments on commit 9a54ab8

Please sign in to comment.