0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-23 20:38:20 +02:00

ircd: Fix missing condition around __assert_fail.

This commit is contained in:
Jason Volk 2020-02-01 13:40:19 -08:00
parent 1b699745bb
commit cd61d81834

View file

@ -10,7 +10,7 @@
#include <RB_INC_SIGNAL_H
#ifdef IRCD_ASSERT_OVERRIDE
#if defined(IRCD_ASSERT_OVERRIDE) && !defined(RB_ASSERT_INTRINSIC)
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunreachable-code"