mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-16 11:55:39 +00:00
t/cli: Fix warning when building without slam
This commit is contained in:
parent
e8435da3e5
commit
62ff3bad54
|
@ -17,7 +17,7 @@
|
|||
#define P(...) fprintf(stderr, __VA_ARGS__)
|
||||
#define I(...) U_LOG(U_LOGGING_INFO, __VA_ARGS__)
|
||||
|
||||
#if defined(XRT_BUILD_DRIVER_EUROC)
|
||||
#if defined(XRT_HAVE_SLAM) && defined(XRT_BUILD_DRIVER_EUROC)
|
||||
|
||||
static bool should_exit = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue