[Swan-dev] Add -std=c99 to the compiler flags?

Andrew Cagney andrew.cagney at gmail.com
Tue Feb 3 18:35:12 EET 2015


I've a simple motivation for this, I'd like to be able to use:

    for (int i = 0; i < 10; i++) { ... }

without -std=c99 I get a warning :-)

Andrew


More information about the Swan-dev mailing list