Allow -Wmissing-prototypes only for C
authordarkjames <darkjames@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 14 Dec 2013 10:43:29 +0000 (10:43 +0000)
committerdarkjames <darkjames@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 14 Dec 2013 10:43:29 +0000 (10:43 +0000)
commit1a3fd2bc462e7aa289acaf1c51c74b98d8919497
tree917cdd3cba4ef11e38f1555051db10a46a04c07d
parentc09222db884767dba4f11943d9303c3babd747df
Allow -Wmissing-prototypes only for C

It should fix:
cc1plus: warning: command line option `-Wmissing-prototypes' is valid for Ada/C/ObjC but not for C++ [enabled by default]

(only g++ complains, clang is OK with -Wmissing-prototypes)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54086 f5534014-38df-0310-8fa8-9805f1628bb7
configure.ac