Skip to content

Commit 3c9161f

Browse files
committed
Avoid warning on GCC
1 parent 96d64ae commit 3c9161f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/__compare/ordering.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ struct _CmpUnspecifiedParam {
4242
__zero == 0, "Only literal 0 is allowed as the operand of a comparison with one of the ordering types")))
4343
# endif
4444
{
45+
(void)__zero;
4546
}
4647
};
4748

0 commit comments

Comments
 (0)