Fix header guard in error_macros.h
This commit is contained in:
parent
320fe64d8c
commit
e2dac6ecd9
@ -518,8 +518,6 @@ void _err_flush_stdout();
|
|||||||
} else \
|
} else \
|
||||||
((void)0)
|
((void)0)
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This should be a 'free' assert for program flow and should not be needed in any releases,
|
* This should be a 'free' assert for program flow and should not be needed in any releases,
|
||||||
* only used in dev builds.
|
* only used in dev builds.
|
||||||
@ -558,5 +556,6 @@ void _err_flush_stdout();
|
|||||||
((void)0)
|
((void)0)
|
||||||
#else
|
#else
|
||||||
#define DEV_CHECK_ONCE(m_cond)
|
#define DEV_CHECK_ONCE(m_cond)
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // ERROR_MACROS_H
|
#endif // ERROR_MACROS_H
|
||||||
|
Loading…
Reference in New Issue
Block a user