Skip to content

Commit

Permalink
🩹 change typeof for utest gcc build
Browse files Browse the repository at this point in the history
  • Loading branch information
zie87 committed Oct 5, 2023
1 parent 8a1c113 commit 025bc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/libs/utest/utest.h
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ utest_type_printer(long long unsigned int i) {
#endif

#else
#define UTEST_AUTO(x) typeof(x + 0)
#define UTEST_AUTO(x) __typeof__(x + 0)
#endif

#if defined(__clang__)
Expand Down

0 comments on commit 025bc5d

Please sign in to comment.