fa8c282729
- Add pacemaker-Wno-format-signedness.patch to disable -Wformat-signedness added by GCC 5 and enabled by -Wformat=2 OBS-URL: https://build.opensuse.org/request/show/287506 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=186
14 lines
524 B
Diff
14 lines
524 B
Diff
Index: pacemaker-1.1.12.git20150129.3021d73/configure.ac
|
|
===================================================================
|
|
--- pacemaker-1.1.12.git20150129.3021d73.orig/configure.ac 2015-02-24 13:22:11.748602751 +0100
|
|
+++ pacemaker-1.1.12.git20150129.3021d73/configure.ac 2015-02-24 13:22:29.684800783 +0100
|
|
@@ -1708,7 +1708,7 @@ else
|
|
-Wdeclaration-after-statement
|
|
-Wendif-labels
|
|
-Wfloat-equal
|
|
- -Wformat=2
|
|
+ -Wformat=2 -Wno-format-signedness
|
|
-Wformat-security
|
|
-Wformat-nonliteral
|
|
-Wmissing-prototypes
|