If you add "-pedantic" to the gcc flags, it will inform you that the
construct is not valid in the selected standard (which is C90 by
default in gcc pre-5).

Even with "-pedantic", gcc does not make a full audit of the code
against the standard, it simply enables all diagnostics required by
the standard (and some additional ones).
  • C99... Chris Angelico
    • ... Peter Bortas @ Pike developers forum
      • ... Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum
      • ... Martin Nilsson (Opera Mini - AFK!) @ Pike (-) developers forum
        • ... Per Hedbor () @ Pike (-) developers forum
      • ... Arne Goedeke
        • ... Mirar @ Pike developers forum
          • ... Per Hedbor () @ Pike (-) developers forum
          • ... Chris Angelico
            • ... Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum

Reply via email to