> > -Wdeclaration-after-statement for gcc and maybe clang. > > Nice, any idea of how to make it verbosely complaining part of the test-suite ? -Werror=declaration-after-statement will prevent the test from running at all. I think setup.py can be adjusted to add some extra compiler options.