Skip to content

conf nitpick: avoid warnings from clang >= 8

Vladimír Čunát requested to merge warn-clang8 into master

adding 'int' to a string does not append to the string [-Wstring-plus-int]

It was only triggered on string literals, but I applied it to other ocurrences on the same lines for better uniformity. Tested with clang 9.0.0 - no warnings shown for me anymore.

Merge request reports