Try to fix a warning found by, but not related to, the ABI check.

svn path=/trunk/; revision=54265
This commit is contained in:
Gerald Combs 2013-12-19 19:12:25 +00:00
parent 771dc849f5
commit 67ceb469b3
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ ws_sign_ext32(guint32 val, int no_of_bits)
val |= (-1 << no_of_bits);
return val;
} _U_
} _U_;
static inline guint64
ws_sign_ext64(guint64 val, int no_of_bits)
@ -45,7 +45,7 @@ ws_sign_ext64(guint64 val, int no_of_bits)
val |= (G_GINT64_CONSTANT(-1) << no_of_bits);
return val;
} _U_
} _U_;
/*
static inline guint64