> My concern is that the "don't mix code with declarations" limitation > will be difficult to enforce unless the compiler is enforcing it. I > haven't had time to go through the compiler documentation for clang > and/or gcc to see if there is a flag we can use for this.
-Wdeclaration-after-statement should do for gcc (untested though). Thank you, -- Elie _______________________________________________ Gregorio-devel mailing list [email protected] https://mail.gna.org/listinfo/gregorio-devel
