configure: Remove -Wno-override-init, add -Wextra to compile options.
authorBen Pfaff <blp@nicira.com>
Mon, 22 Jul 2013 20:38:25 +0000 (13:38 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 22 Jul 2013 20:38:25 +0000 (13:38 -0700)
commit9b437f0f741b9e906f8651b79a32eb2b2f05a675
tree5762cbcbe03398d8fc89315828855c27464dd544
parent33e191a01b2c5aad1e97c109e66dec4b4d280ef6
configure: Remove -Wno-override-init, add -Wextra to compile options.

The build is clean against -Wextra at least with GCC 4.4.

(-Wextra includes -Woverride-init.)

Suggested-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
configure.ac