py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.

This commit is contained in:
Damien George
2015-01-12 22:30:49 +00:00
parent 3dd1c0a88a
commit cd34207409
11 changed files with 22 additions and 18 deletions

View File

@@ -27,8 +27,8 @@
#include <stdarg.h>
#include <stdio.h>
#include "py/obj.h"
#include "py/emit.h"
#include "py/runtime.h"
#if MICROPY_WARNINGS