Remove redundant -Wformat -Wformat-security CFLAGS
commit12d675a8dd9e1288c60db2107be269022c2ae4d4
authorSebastian Hahn <sebastian@torproject.org>
Wed, 20 Oct 2010 10:47:09 +0000 (20 12:47 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Wed, 20 Oct 2010 11:13:50 +0000 (20 13:13 +0200)
tree04632360d819645aa8d0383fce8efd6c1deaf485
parentcee4dc61015d31d27ca25ccb2a7226493f486cd5
Remove redundant -Wformat -Wformat-security CFLAGS

When configuring with --enable-gcc-warnings, we use -Wformat=2 which
automatically enables the available -Wformat switches, so adding them
again in the --enable-gcc-hardening case doesn't make sense..
configure.in