mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-05 04:06:34 -05:00
doxygen: fix warnings and add missing ALSA_LIBRARY_BUILD define
BugLink: https://github.com/alsa-project/alsa-lib/pull/480 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
b33d0e4ced
commit
2b6dedeb74
20 changed files with 50 additions and 22 deletions
|
|
@ -419,7 +419,9 @@ snd_local_error_handler_t snd_lib_error_set_local(snd_local_error_handler_t func
|
|||
local_error = func;
|
||||
return old;
|
||||
}
|
||||
#ifndef DOC_HIDDEN
|
||||
link_warning(snd_lib_error_set_local, "Warning: snd_lib_error_set_local is deprecated, use snd_lib_log_set_local");
|
||||
#endif
|
||||
|
||||
/**
|
||||
* \brief The default error handler function.
|
||||
|
|
@ -448,7 +450,9 @@ static void snd_lib_error_default(const char *file, int line, const char *functi
|
|||
* For internal use only.
|
||||
*/
|
||||
snd_lib_error_handler_t snd_lib_error = snd_lib_error_default;
|
||||
#ifndef DOC_HIDDEN
|
||||
link_warning(snd_lib_error, "Warning: snd_lib_error is deprecated, use snd_log interface");
|
||||
#endif
|
||||
|
||||
/**
|
||||
* \brief Sets the error handler.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue