1
0
Fork 0
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:
Steffen Vogel 2019-01-11 15:54:19 +01:00
parent 029ccd2e09
commit be27121006

View file

@ -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':