Merge "adb: syntax_error: add compile time format string checking"
This commit is contained in:
commit
60ba9943ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue