mirror of
https://github.com/transmission/transmission
synced 2025-03-03 18:25:35 +00:00
(trunk gtk) remove unused code: gtr_warn_if_fail()
This commit is contained in:
parent
9c7caec13f
commit
ae20b67f16
1 changed files with 0 additions and 9 deletions
|
@ -37,15 +37,6 @@ extern const char * speed_M_str;
|
|||
extern const char * speed_G_str;
|
||||
extern const char * speed_T_str;
|
||||
|
||||
/* portability wrapper around g_warn_if_fail() for older versions of glib */
|
||||
#ifdef g_warn_if_fail
|
||||
#define gtr_warn_if_fail(expr) g_warn_if_fail(expr)
|
||||
#else
|
||||
#define gtr_warn_if_fail(expr) do { if G_LIKELY (expr) ; else \
|
||||
g_log (G_LOG_DOMAIN, G_LOG_LEVEL_WARNING, "%s:%d func(): %s: invariant failed: %s", \
|
||||
__FILE__, __LINE__, G_STRFUNC, #expr ); } while(0)
|
||||
#endif
|
||||
|
||||
/* macro to shut up "unused parameter" warnings */
|
||||
#ifndef UNUSED
|
||||
#define UNUSED G_GNUC_UNUSED
|
||||
|
|
Loading…
Reference in a new issue