Workaround for _Check_return_ annotation
This commit is contained in:
parent
64bc6af718
commit
45e862b79e
|
|
@ -1,3 +1,10 @@
|
||||||
|
// Workaround for _Check_return_ annotation
|
||||||
|
#ifdef _WIN32
|
||||||
|
#ifndef _Check_return_
|
||||||
|
#define _Check_return_
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// ros client library
|
// ros client library
|
||||||
#include <rcl/rcl.h>
|
#include <rcl/rcl.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue