Fix clang warning (-Wstring-plus-int)
authorMartin Liska <mliska@suse.cz>
Wed, 21 Apr 2021 14:52:17 +0000 (16:52 +0200)
committerMartin Liska <mliska@suse.cz>
Wed, 21 Apr 2021 14:53:39 +0000 (16:53 +0200)
commite9fc9d075f303b50c77c7b497b2982fe6dc7f5c1
tree5efd91d4f4b87fdad8731d5716d392b2f1293e60
parentf7f2165c0b0d31efd1795384c4068adc17da1729
Fix clang warning (-Wstring-plus-int)

This fixes:

lto-plugin.c:642:7: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]

lto-plugin/ChangeLog:

* lto-plugin.c (exec_lto_wrapper): Make a temp variable.
lto-plugin/lto-plugin.c