Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
c4507cbc
Commit
c4507cbc
authored
Apr 18, 2016
by
Bernhard Nortmann
Browse files
fel: Avoid -Wunused-variable (iface_detached) on non-Linux platforms
Signed-off-by:
Bernhard Nortmann
<
bernhard.nortmann@web.de
>
parent
2519a204
Changes
1
Hide whitespace changes
Inline
Side-by-side
fel.c
View file @
c4507cbc
...
...
@@ -1366,7 +1366,9 @@ int main(int argc, char **argv)
bool
pflag_active
=
false
;
/* -p switch, causing "write" to output progress */
libusb_device_handle
*
handle
;
int
busnum
=
-
1
,
devnum
=
-
1
;
#if defined(__linux__)
int
iface_detached
=
-
1
;
#endif
if
(
argc
<=
1
)
{
printf
(
"Usage: %s [options] command arguments... [command...]
\n
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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