]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Makefile: disable format-security warning
authorSage Weil <sage.weil@dreamhost.com>
Sun, 22 Apr 2012 03:28:45 +0000 (20:28 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Sun, 22 Apr 2012 03:28:45 +0000 (20:28 -0700)
commit97f507ffb7e2818c5355f5f275df5f16e1df250a
tree4daddd9a737caaca418985cf2c40ece81f41b5a7
parentc8377e466caace018eea06c1739265111ce72c48
Makefile: disable format-security warning

The prt() varargs function generates this warning

test/rbd/fsx.c: In function ‘prt’:
warning: test/rbd/fsx.c:203:2: format not a string literal and no format arguments [-Wformat-security]
warning: test/rbd/fsx.c:205:3: format not a string literal and no format arguments [-Wformat-security]

Disable that check for the fsx build only.

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/Makefile.am