mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +03:00
Fix a build warning.
This commit is contained in:
parent
7f3cba1517
commit
87a2805a91
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ static error_t parse_opt (int key, char *arg, struct argp_state *state) {
|
|||
*/
|
||||
struct argument_s *arguments = state->input;
|
||||
|
||||
/* arg is currently not used */
|
||||
(void) arg;
|
||||
|
||||
switch (key) {
|
||||
case 'n':
|
||||
arguments->nofork = 1;
|
||||
|
|
Loading…
Reference in a new issue