]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Fix -Wno-format and -Werror=format-security options clash
authorBoris Ranto <branto@redhat.com>
Fri, 15 Aug 2014 17:34:27 +0000 (19:34 +0200)
committerSage Weil <sage@redhat.com>
Fri, 15 Aug 2014 22:00:59 +0000 (15:00 -0700)
commit7df67a544f6401fd31157b6e2a6ca590d87d7cbc
tree59c15b53665ff74726969555ff09ed452c67f89d
parentd9e96b1708366404405e2855ca118648ccb46af8
Fix -Wno-format and -Werror=format-security options clash

This causes build failure in latest fedora builds, ceph_test_librbd_fsx adds -Wno-format cflag but the default AM_CFLAGS already contain -Werror=format-security, in previous releases, this was tolerated but in the latest fedora rawhide it no longer is, ceph_test_librbd_fsx builds fine without -Wno-format on x86_64 so there is likely no need for the flag anymore

Signed-off-by: Boris Ranto <branto@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
src/test/Makefile.am