summaryrefslogtreecommitdiff
path: root/py/warning.c
AgeCommit message (Expand)Author
2015-04-16py: Convert occurrences of non-debug printf to mp_printf.Damien George
2015-01-12py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.Damien George
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2015-01-01py: Add basic framework for issuing compile/runtime warnings.Paul Sokolovsky