conf nitpick: avoid warnings from clang >= 8
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.