MHD_UNREACHABLE_: various fixes

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-11-28 22:05:16 +03:00
parent 155895fe45
commit e76c054cb0
+1 -1
View File
@@ -82,7 +82,7 @@
# ifdef MHD_UNREACHABLE_
# undef MHD_UNREACHABLE_
# endif
# define MHD_UNREACHABLE_ ((void) 0)
# define MHD_UNREACHABLE_ (mhd_assert (0 && "Should not be reachable"))
#endif
#endif /* ! MHD_ASSERT_H */