Passify a new clang warning. #6
Loadingâ¦
Reference in New Issue
No description provided.
Delete Branch "brooksdavis/bc:bugprone-suspicious-missing-comma"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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).
Thank you very much. And thanks for reporting it to FreeBSD also; the package maintainer over there and I were in contact.