Skip to content

Commit 95442dd

Browse files
authored
Update protoToAbiV2.cpp
1 parent 1c998f0 commit 95442dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tools/ossfuzz/protoToAbiV2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/// Convenience macros
77
/// Returns a valid Solidity integer width w such that 8 <= w <= 256.
8-
#define INTWIDTH(z, n, _ununsed) BOOST_PP_MUL(BOOST_PP_ADD(n, 1), 8)
8+
#define INTWIDTH(z, n, _unused) BOOST_PP_MUL(BOOST_PP_ADD(n, 1), 8)
99
/// Using declaration that aliases long boost multiprecision types with
1010
/// s(u)<width> where <width> is a valid Solidity integer width and "s"
1111
/// stands for "signed" and "u" for "unsigned".

0 commit comments

Comments
 (0)