mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
include: Trigger compiler error if debugbreak isn't known.
This commit is contained in:
parent
611febab5a
commit
cd97d12fc9
|
@ -52,4 +52,6 @@
|
|||
#elif defined(_MSC_VER)
|
||||
#include <intrin.h>
|
||||
#define XRT_DEBUGBREAK() __debugbreak()
|
||||
#else
|
||||
#error "compiler not supported"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue