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
mpim-sw
libcdi
Commits
f62701bf
Commit
f62701bf
authored
Dec 07, 2014
by
Uwe Schulzweida
Browse files
removed unused parameter argc/argv
parent
bea0892d
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/cdi_write_ens.c
View file @
f62701bf
...
...
@@ -4,7 +4,7 @@
#include
"cdi.h"
int
main
(
int
argc
,
char
*
argv
[]
)
int
main
(
void
)
{
char
fname
[]
=
"test_ens.grb2"
;
int
filetype
=
FILETYPE_GRB2
;
...
...
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