K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-01-11T03:15:12.514456Z K 7 svn:log V 345 MFC r356355: ssp: knock out some trivial warnings that come up with WARNS=6 A future commit will rebuild this as part of libssp. The exact warnings are fairly trivially fixed: - No previous declaration for __stack_chk_guard - idx is the wrong type, nitems yields a size_t - Casting away volatile on the tmp_stack_chk_guard directly is a no-no. END