Resolved most warning messages when compiled with -Wextra or -Weverything. Related to #44 and #45

This commit is contained in:
eidheim 2016-05-02 13:12:57 +02:00
commit 79dca558d2
7 changed files with 33 additions and 29 deletions

View file

@ -98,7 +98,7 @@ public:
}
};
int main(int argc, char** argv) {
int main() {
ServerTest serverTest;
if(!serverTest.parse_request_test()) {