Clang 12 warns about certain cases of string concatenation in array
initialization. Adding parentheses siliences this warning.
Submitted upstream as https://git.yzena.com/gavin/bc/pulls/6
Differential D26593
Passify a new clang warning brooks on Sep 29 2020, 8:24 PM. Authored by Tags None Referenced Files
Subscribers None
Details
Clang 12 warns about certain cases of string concatenation in array Submitted upstream as https://git.yzena.com/gavin/bc/pulls/6
Diff Detail
Event TimelineComment Actions I've submitted here because upstream seems to want me to do that (and also to document the issue if someone else tries building FreeBSD with an up-to-date llvm. Comment Actions Both the port and the contrib sources in -CURRENT have been updated to version 3.1.6 to fix this issue. |