Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith committed Mar 2, 2025
1 parent 4ec391a commit dceae44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/luisa/core/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ LC_CORE_API void log_flush() noexcept;
#ifndef NDEBUG
#define LUISA_DEBUG_ASSERT(x, ...) LUISA_ASSERT(x __VA_OPT__(, ) __VA_ARGS__)
#else
#define LUISA_DEBUG_ASSERT(x, fmt, ...) \
do { \
#define LUISA_DEBUG_ASSERT(x, ...) \
do { \
} while (false)
#endif

0 comments on commit dceae44

Please sign in to comment.