]> git.puffer.fish Git - matthieu/frr.git/commit
build: update ICC warning CFLAGS
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 13 Dec 2012 09:35:45 +0000 (10:35 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 13 Dec 2012 09:41:18 +0000 (10:41 +0100)
commitfd76f41ac0267dc4cf5438ac8f5e23fae6810d31
tree9b1e98811be47c511c8545183b3cd145dd3b273b
parente1a555b67cc868f95ea2b53c278bd8d091333e5f
build: update ICC warning CFLAGS

Intel's icc doesn't accept "-wd <number>" anymore, it's "-wd<number>"
these days.  But, anyhow, the warnings disabled in Quagga's configure.ac
don't seem to appear anywhere at all, so let's just remove the option
completely.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
configure.ac