mirror of
https://github.com/netbirdio/gomobile-tvos-fork.git
synced 2026-05-22 18:43:29 -07:00
internal/mobileinit: remove format string warning
Change-Id: I9b0e9680395dcfdf0e6c03a5847ea619e570a2ed Reviewed-on: https://go-review.googlesource.com/13918 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ import (
|
||||
#include <stdlib.h>
|
||||
|
||||
void asl_log_wrap(const char *str) {
|
||||
asl_log(NULL, NULL, ASL_LEVEL_NOTICE, str);
|
||||
asl_log(NULL, NULL, ASL_LEVEL_NOTICE, "%s", str);
|
||||
}
|
||||
*/
|
||||
import "C"
|
||||
|
||||
Reference in New Issue
Block a user