Hi Folks, We're still seeing an impressive amount of warnings on the buildbots: http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/17541/steps/compile/logs/stdio Seems this is one or two places included from the rest of the world... Any ideas? cheers, --renato
On 18/04/2014 21:29, Renato Golin wrote:> Hi Folks, > > We're still seeing an impressive amount of warnings on the buildbots: > > http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/17541/steps/compile/logs/stdio > > Seems this is one or two places included from the rest of the world... > Any ideas?/usr/include/arm-linux-gnueabihf/bits/string3.h:82:32: warning: call to ‘__warn_memset_zero_len’ declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters [enabled by default] It seems many warnings are outside of LLVM. Is the file above a system header where warnings should be ignored? Cheers, Tobias
That started happening after someone changed that in compiler-RT, if I'm not mistaken. I'm on holidays with little access to the boards... :( --renato On 18 April 2014 16:54, Tobias Grosser <tobias at grosser.es> wrote:> > > On 18/04/2014 21:29, Renato Golin wrote: >> >> Hi Folks, >> >> We're still seeing an impressive amount of warnings on the buildbots: >> >> >> http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/17541/steps/compile/logs/stdio >> >> Seems this is one or two places included from the rest of the world... >> Any ideas? > > > /usr/include/arm-linux-gnueabihf/bits/string3.h:82:32: warning: call to > ‘__warn_memset_zero_len’ declared with attribute warning: memset used with > constant zero length parameter; this could be due to transposed parameters > [enabled by default] > > It seems many warnings are outside of LLVM. Is the file above a system > header where warnings should be ignored? > > Cheers, > Tobias >