mirror of
https://github.com/wassname/ray.git
synced 2026-08-18 12:20:14 +08:00
Address numbuf compiler warnings. (#300)
This commit is contained in:
committed by
Philipp Moritz
parent
334aed9fa9
commit
3e67d28922
@@ -96,6 +96,11 @@
|
||||
/* This should be defined if we want to check calls to DCHECK. */
|
||||
#define RAY_DCHECK
|
||||
|
||||
/* Arrow also defines the DCHECK macro, so undo that definition. */
|
||||
#ifdef DCHECK
|
||||
#undef DCHECK
|
||||
#endif
|
||||
|
||||
#ifdef RAY_DCHECK
|
||||
#define DCHECK(COND) CHECK(COND)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user