summaryrefslogtreecommitdiff
path: root/wsutil/sign_ext.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-12-19 19:12:25 +0000
committerGerald Combs <gerald@wireshark.org>2013-12-19 19:12:25 +0000
commit67ceb469b38644fb495d865b6a53df8d13c121a1 (patch)
tree8ff3caa117be5d8778cc7953f61ca4bc05a9e258 /wsutil/sign_ext.h
parent771dc849f5f185361b46dbec4e02afd6ac3b4c71 (diff)
downloadwireshark-67ceb469b38644fb495d865b6a53df8d13c121a1.tar.gz
Try to fix a warning found by, but not related to, the ABI check.
svn path=/trunk/; revision=54265
Diffstat (limited to 'wsutil/sign_ext.h')
-rw-r--r--wsutil/sign_ext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wsutil/sign_ext.h b/wsutil/sign_ext.h
index 00f84e0188..126d6d0f0a 100644
--- a/wsutil/sign_ext.h
+++ b/wsutil/sign_ext.h
@@ -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