]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r261178:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 31 Jan 2014 03:30:09 +0000 (03:30 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 31 Jan 2014 03:30:09 +0000 (03:30 +0000)
commit7cf3087aa1784c4f33230008856157081f4834f7
tree7d7536eae1eff885028eb7dfbd50b10faadf36ef
parent952e5896599391e99007c08176dd2c42ecf20f87
MFC r261178:

gcc: Add support for -Wmissing-prototypes in C++

Support for warnings about missing prototypes in C++ was added by Apple
GCC (Radar 6261539).  Most of the code crept into r260311 so it felt
natural to make use of it.

Obtained from: Apple GCC - 5646

git-svn-id: svn://svn.freebsd.org/base/stable/10@261306 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/gcc/c.opt
contrib/gcc/cp/decl.c
contrib/gcc/doc/invoke.texi