Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
aml
Commits
b7c4451c
Commit
b7c4451c
authored
Jun 28, 2019
by
Swann Perarnau
Browse files
[fix] ignore unused parameters
parent
e9f00c09
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/aml.c
View file @
b7c4451c
...
...
@@ -21,6 +21,8 @@ int aml_errno;
int
aml_init
(
int
*
argc
,
char
**
argv
[])
{
// disable warnings
(
void
)
argc
;
(
void
)
argv
;
return
0
;
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment