From 9c17734394177791d1101e31aed7537c81e610b6 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 19 Jul 2019 23:51:07 -0400 Subject: Silence warning in stdio_compat.h Change-Id: I5aecaf6fcf42fbaf2deb933e590dcda6d01ac212 --- apps/plugins/lib/stdio_compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/plugins/lib/stdio_compat.h b/apps/plugins/lib/stdio_compat.h index bce21ea203..dcc4ce852a 100644 --- a/apps/plugins/lib/stdio_compat.h +++ b/apps/plugins/lib/stdio_compat.h @@ -49,7 +49,7 @@ #define stdout _stdout_ #undef stderr #define stderr _stderr_ - +#undef getc #define getc fgetc typedef struct { -- cgit v1.2.3