mirror of
https://github.com/wassname/ray.git
synced 2026-09-12 12:51:15 +08:00
Enable more warnings and fix usleep() issue (#55)
* Enable more warnings and fix usleep() issue * Periods after comments.
This commit is contained in:
committed by
Robert Nishihara
parent
3714984094
commit
35ce5f8001
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user