Skip to content
Snippets Groups Projects
Commit 60ba9943 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

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

parents 1f8147fb a00f91b4
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment