RE: How to turn off the compiler warning "missing initializer"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Markus,

q.v. http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html

Look for -Wmissing-field-initializers.

You can disable the warning by using:

-Wall -Wextra -Wno-missing-field-initializers -Werror

HTH,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux