This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GNU C: Implicit int and implicit function definitions


On 05/20/2016 11:22 AM, Andreas Schwab wrote:
Florian Weimer <fweimer@redhat.com> writes:

C99 got rid of implicit function definitions and implicit ints.  Would it
be possible to remove them retroactively from the -std=gnu99 and
-std=gnu11 language variants (as well as -std=c99 and -std=c11), so that
they are rejected by default?

-Werror=implicit-int -Werror=implicit-function-declaration

I want the default changed. (I thought this was sufficiently clear from my message.)

Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]