Passify a new clang warning. #6
Merged
gavin
merged 2 commits from brooksdavis/bc:bugprone-suspicious-missing-comma
into master
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'brooksdavis/bc:bugprone-suspicious-missing-comma'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Clang 12 warns about certain cases of string concatenation in array
initialization. Adding parentheses siliences this warning.
I encountered this compiling FreeBSD-CURRENT with the latest llvm-devel port (a snapshot dated 2020-09-25).
07f80644dd
into master 2 years agoThank you very much. And thanks for reporting it to FreeBSD also; the package maintainer over there and I were in contact.
07f80644dd
.