File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 2828#include <stdlib.h>
2929#include <string.h>
3030#include <stdarg.h>
31- #include <errno.h>
3231
3332#include "xbps_api_impl.h"
3433
35- #ifdef __clang__
36- #pragma clang diagnostic ignored "-Wformat-nonliteral"
37- #endif
38-
3934void HIDDEN
4035xbps_set_cb_fetch (struct xbps_handle * xhp ,
4136 off_t file_size ,
@@ -62,7 +57,7 @@ xbps_set_cb_fetch(struct xbps_handle *xhp,
6257 (* xhp -> fetch_cb )(& xfcd , xhp -> fetch_cb_data );
6358}
6459
65- int HIDDEN
60+ int HIDDEN PRINTF_LIKE ( 5 , 6 )
6661xbps_set_cb_state (struct xbps_handle * xhp ,
6762 xbps_state_t state ,
6863 int err ,
Original file line number Diff line number Diff line change 4242
4343#include "xbps_api_impl.h"
4444
45- #ifdef __clang__
46- #pragma clang diagnostic ignored "-Wformat-nonliteral"
47- #endif
48-
4945static bool
5046is_revision (const char * str )
5147{
You can’t perform that action at this time.
0 commit comments