commit 8608a42df926f6510918a4e87a4dc8d1a826fd7e
parent c950722384a3e0a79ad0a37fcfb19125ef5174c4
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 14 Jan 2019 09:33:24 +0100
Fix a compilation error in debug
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/s3d_device.c b/src/s3d_device.c
@@ -46,7 +46,6 @@ static INLINE void
rtc_error_func(void* context, enum RTCError err, const char* str)
{
char msg[128];
- ASSERT(dev);
(void)str, (void)err, (void)context;
snprintf(msg, sizeof(msg), "Embree:error: %s\n", rtc_error_string(err));
FATAL(msg);