Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemCore
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemCore
Commits
60ba9943
Commit
60ba9943
authored
6 years ago
by
Elliott Hughes
Committed by
Gerrit Code Review
6 years ago
Browse files
Options
Downloads
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
adb/adb_utils.h
+1
-1
1 addition, 1 deletion
adb/adb_utils.h
with
1 addition
and
1 deletion
adb/adb_utils.h
+
1
−
1
View file @
60ba9943
...
...
@@ -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
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment