aboutsummaryrefslogtreecommitdiff
path: root/py/warning.c
AgeCommit message (Expand)Author
2016-10-31py: fix null pointer dereference in mpz.c, fix missing va_end in warning.cPavol Rusnak
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