Merge "Mark ui_print with __printflike." into pi-dev-plus-aosp
This commit is contained in:
@@ -40,7 +40,7 @@ extern const char* reason;
|
|||||||
// fopen a file, mounting volumes and making parent dirs as necessary.
|
// fopen a file, mounting volumes and making parent dirs as necessary.
|
||||||
FILE* fopen_path(const std::string& path, const char* mode);
|
FILE* fopen_path(const std::string& path, const char* mode);
|
||||||
|
|
||||||
void ui_print(const char* format, ...);
|
void ui_print(const char* format, ...) __printflike(1, 2);
|
||||||
|
|
||||||
bool is_ro_debuggable();
|
bool is_ro_debuggable();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user