mcst-linux-kernel/patches-2024.06.26/libaccounts-glib-1.21/0001-disable-unrecognised-p...

17 lines
622 B
Diff

Link:
Subject: disable error unrecognized gcc pragma
Bug:
Tags: common
diff -Naur old/libaccounts-glib/Makefile.am new/libaccounts-glib/Makefile.am
--- old/libaccounts-glib/Makefile.am 2020-05-25 09:28:36.904886204 +0000
+++ new/libaccounts-glib/Makefile.am 2020-05-25 09:29:06.597460230 +0000
@@ -9,7 +9,7 @@
libaccounts_glib_la_CFLAGS = \
$(LIBACCOUNTS_CFLAGS) \
$(COVERAGE_CFLAGS) \
- -Wall -Werror -Wno-error=deprecated-declarations
+ -Wall
libaccounts_glib_la_LIBADD = \
$(LIBACCOUNTS_LIBS)
libaccounts_glib_la_LDFLAGS = \