mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-04 04:06:26 -05:00
include: remove local SNDMSG/SYSMSG defines (no longer used)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
9ab488b86c
commit
8c575f32e0
1 changed files with 0 additions and 4 deletions
|
|
@ -274,12 +274,8 @@ size_t snd_strlcat(char *dst, const char *src, size_t size);
|
|||
*/
|
||||
#ifndef NDEBUG
|
||||
#define CHECK_SANITY(x) x
|
||||
#define SNDMSG(args...) snd_lib_check(0, __FILE__, __LINE__, __func__, 0, ##args)
|
||||
#define SYSMSG(args...) snd_lib_check(0, __FILE__, __LINE__, __func__, errno, ##args)
|
||||
#else
|
||||
#define CHECK_SANITY(x) 0 /* not evaluated */
|
||||
#define SNDMSG(args...) /* nop */
|
||||
#define SYSMSG(args...) /* nop */
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue