17 lines
622 B
Diff
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 = \
|