mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix compiler warning about unused variable
This commit is contained in:
parent
029ccd2e09
commit
be27121006
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ int main(int argc, char *argv[])
|
|||
|
||||
/* Parse optional command line arguments */
|
||||
int c;
|
||||
char *endptr;
|
||||
while ((c = getopt(argc, argv, "Vhd:i:o:")) != -1) {
|
||||
switch (c) {
|
||||
case 'V':
|
||||
|
|
Loading…
Add table
Reference in a new issue