Enable more warnings and fix usleep() issue (#55)

* Enable more warnings and fix usleep() issue

* Periods after comments.
This commit is contained in:
mehrdadn
2016-11-22 00:29:27 -08:00
committed by Robert Nishihara
parent 3714984094
commit 35ce5f8001
6 changed files with 14 additions and 4 deletions
+5
View File
@@ -15,6 +15,11 @@
#include "plasma_client.h"
#include "plasma_manager.h"
#ifndef _WIN32
/* This function is actually not declared in standard POSIX, so declare it. */
extern int usleep(useconds_t usec);
#endif
SUITE(plasma_manager_tests);
const char *manager_addr = "127.0.0.1";