oizma / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

warnings about bar will be initialized after foo #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build http://hg.mozilla.org/mozilla-central/rev/96de199027d7

What is the expected output?
no warnings about bar will be initialized after foo

What do you see instead?
gfx/angle/src/compiler/PoolAlloc.h:
 In constructor ‘TPoolAllocator::tHeader::tHeader(TPoolAllocator::tHeader*, size_t)’:
176: warning: ‘TPoolAllocator::tHeader::lastAllocation’ will be initialized 
after
173: warning:   ‘TPoolAllocator::tHeader* TPoolAllocator::tHeader::nextPage’
gfx/angle/src/compiler/PoolAlloc.h:159: warning:   when initialized here

gfx/angle/src/compiler/parseConst.cpp:
 In constructor ‘TConstTraverser::TConstTraverser(ConstantUnion*, bool, TOperator, TInfoSink&, TSymbolTable&, TType&)’:
39: warning: ‘TConstTraverser::symbolTable’ will be initialized after
21: warning:   ‘bool TConstTraverser::error’
15: warning:   when initialized here

What version of the product are you using?

On what operating system?
on OS X 64 bit 10.6.2 with gcc 4.2.1

Please provide any additional information below.

Original issue reported on code.google.com by timel...@gmail.com on 16 Jul 2010 at 12:42

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by alokp@chromium.org on 9 Aug 2010 at 5:53

GoogleCodeExporter commented 9 years ago

Original comment by alokp@chromium.org on 9 Aug 2010 at 5:54

GoogleCodeExporter commented 9 years ago
Fixed in r376.

Original comment by alokp@chromium.org on 9 Aug 2010 at 10:29