Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2
pacemaker
pacemaker-Wno-format-signedness.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pacemaker-Wno-format-signedness.patch of Package pacemaker
Index: pacemaker-1.1.18+20180118.9c3f7a49c/configure.ac =================================================================== --- pacemaker-1.1.18+20180118.9c3f7a49c.orig/configure.ac +++ pacemaker-1.1.18+20180118.9c3f7a49c/configure.ac @@ -1416,10 +1416,11 @@ dnl otherwise none of both [gcc can complain about nonliterals in format]) EXTRA_FLAGS="$EXTRA_FLAGS -Wformat=2 + -Wno-format-signedness -Wformat-nonliteral" else if test "x$gcc_format_nonliteral" = "xyes"; then - EXTRA_FLAGS="$EXTRA_FLAGS -Wformat=2" + EXTRA_FLAGS="$EXTRA_FLAGS -Wformat=2 -Wno-format-signedness" fi fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor