Skip to content

Commit

Permalink
fixed build with asserts enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jul 19, 2023
1 parent bf178bb commit 22102c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion canard.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ extern "C" {
/// By default this macro resolves to the standard assert(). The user can redefine this if necessary.
#ifndef CANARD_ASSERT
#ifdef CANARD_ENABLE_ASSERTS
#error assertsenabled
# define CANARD_ASSERT(x) assert(x)
#else
# define CANARD_ASSERT(x)
Expand Down

0 comments on commit 22102c7

Please sign in to comment.