Skip to content

Commit

Permalink
fix macro
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Feb 23, 2024
1 parent fb0daa9 commit 9da5b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aws/common/atomics_msvc.inl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ typedef long long aws_atomic_impl_int_t;
#endif

static inline void aws_atomic_priv_check_order(enum aws_memory_order order) {
EAfndef NDEBUG
#ifndef NDEBUG
switch (order) {
case aws_memory_order_relaxed:
return;
Expand Down

0 comments on commit 9da5b8f

Please sign in to comment.