Merge "adb: syntax_error: add compile time format string checking"

This commit is contained in:
Elliott Hughes 2018-09-05 15:56:10 +00:00 committed by Gerrit Code Review
commit 60ba9943ed

View file

@ -24,7 +24,7 @@
#include <android-base/macros.h>
int syntax_error(const char*, ...);
int syntax_error(const char*, ...) __attribute__((__format__(__printf__, 1, 2)));
void close_stdin();