This commit is contained in:
Wei 2022-11-01 05:21:07 +09:00 committed by GitHub
commit 958d718158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -5782,7 +5782,11 @@ nghttp2_stream_get_sum_dependency_weight(nghttp2_stream *stream);
* ``DEBUGBUILD`` macro defined.
*/
typedef void (*nghttp2_debug_vprintf_callback)(const char *format,
va_list args);
va_list args)
#ifdef __GNUC__
__attribute__ ((format(printf, 1, 0)))
#endif
;
/**
* @function