mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
MHD_UNREACHABLE_: various fixes
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user