Lines Matching refs:error
4 Subject: [PATCH] Fix error format in gio/gunixconnection.c (part 2)
9 Update a series of error messages to use `g_set_error_literal` instead
14 …../gio/gunixconnection.c:183:9: error: format not a string literal, argument types not checked [-W…
17 …../gio/gunixconnection.c:217:20: error: format not a string literal, argument types not checked [-…
21 …../gio/gunixconnection.c:601:24: error: format not a string literal, argument types not checked [-…
43 - g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED,
48 + g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_FAILED,
59 - g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED,
64 + g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_FAILED,
75 - g_set_error (error,
82 + g_set_error_literal (error,