]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: remove extra semicolons
authorJason Merrill <jason@redhat.com>
Tue, 27 Aug 2024 17:13:40 +0000 (13:13 -0400)
committerJason Merrill <jason@redhat.com>
Wed, 28 Aug 2024 09:38:26 +0000 (05:38 -0400)
commit7b500fa34ad88d5fdd4bf74eb2737b214749075b
treedd04440bdc7f852b834d8f443a93313b0834a615
parent3178786c88761e47b3cbe700a97a0de2b6e133cb
libstdc++: remove extra semicolons

The semicolons after each macro invocation here end up following the closing
brace of a function, leading to -Wextra-semi pedwarns.

libstdc++-v3/ChangeLog:

* include/decimal/decimal.h (_DEFINE_DECIMAL_BINARY_OP_WITH_INT):
Remove redundant semicolons.
libstdc++-v3/include/decimal/decimal.h