Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 730bbc49 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "adb: syntax_error: add compile time format string checking" am: 60ba9943

am: 6bfc6568

Change-Id: I216be1e08a35ae42476d97b40dddc68006bc1a9f
parents c7ecd981 6bfc6568
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();