mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
doxygen: silence warning from asoundlib.h
From: borine@github Link: https://github.com/alsa-project/alsa-lib/pull/340 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
cde0e819f7
commit
bbe38d055f
1 changed files with 2 additions and 0 deletions
|
|
@ -784,9 +784,11 @@ EOF
|
||||||
fi
|
fi
|
||||||
cat >> include/asoundlib.h <<EOF
|
cat >> include/asoundlib.h <<EOF
|
||||||
|
|
||||||
|
#ifndef DOC_HIDDEN
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
#define __inline__ inline
|
#define __inline__ inline
|
||||||
#endif
|
#endif
|
||||||
|
#endif /* DOC_HIDDEN */
|
||||||
|
|
||||||
#include <alsa/asoundef.h>
|
#include <alsa/asoundef.h>
|
||||||
#include <alsa/version.h>
|
#include <alsa/version.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue