implicit int and implicit declaration of functions with gcc compiler

后端 未结 3 1070
被撕碎了的回忆
被撕碎了的回忆 2021-01-19 06:24

I read in the c99 Standard:

-remove implicit function declaration,

-remove implicit int.

But when I try to compile this code with gcc comp

3条回答
  •  庸人自扰
    2021-01-19 06:52

    I don't believe the compiler is required to produce a fatal error. Use -Werror if you're concerned...

提交回复
热议问题