mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
add a few more gcc warning flags and fix quite a few problems found by doing so
This commit is contained in:
parent
047eb52b52
commit
b7026bf248
99 changed files with 810 additions and 776 deletions
|
|
@ -31,7 +31,7 @@ void pa_strbuf_free(pa_strbuf *sb);
|
|||
char *pa_strbuf_tostring(pa_strbuf *sb);
|
||||
char *pa_strbuf_tostring_free(pa_strbuf *sb);
|
||||
|
||||
int pa_strbuf_printf(pa_strbuf *sb, const char *format, ...) PA_GCC_PRINTF_ATTR(2,3);
|
||||
size_t pa_strbuf_printf(pa_strbuf *sb, const char *format, ...) PA_GCC_PRINTF_ATTR(2,3);
|
||||
void pa_strbuf_puts(pa_strbuf *sb, const char *t);
|
||||
void pa_strbuf_putsn(pa_strbuf *sb, const char *t, size_t m);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue