K 10 svn:author V 6 kevans K 8 svn:date V 27 2019-09-22T18:32:05.174866Z K 7 svn:log V 318 octeon-sdk: suppress another set of warnings under clang Clang sees this construct and warns that adding an int to a string like this does not concatenate the two. Fortunately, this is not what octeon-sdk actually intended to do, so we take the path towards remediation that clang offers: use array indexing instead. END