added missing case to switch statement in order to silence compiler warnings

pull/31/head
Steffen Vogel 8 years ago
parent 064bfa902e
commit 403c3a9e93

@ -248,6 +248,8 @@ main(int argc, char** argv)
case FileOperationType_Set: case FileOperationType_Set:
setFile(con); setFile(con);
break; break;
case FileOperationType_None:
break;
} }

Loading…
Cancel
Save