Closed
Bug 666659
Opened 14 years ago
Closed 11 years ago
gfx/angle - compiler warnings on mac
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: joey, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [build_warning])
% uname -a
Darwin banshee.local 10.7.4 Darwin Kernel Version 10.7.4: Mon Apr 18 21:24:17 PDT 2011; root:xnu-1504.14.12~3/RELEASE_X86_64 x86_64
/mozilla/sandbox/gml/gfx/angle/src/compiler/preprocessor/scanner.c:76: warning: missing initializer
/mozilla/sandbox/gml/gfx/angle/src/compiler/preprocessor/scanner.c:76: warning: (near initialization for 'eof_inputsrc.name')
/mozilla/sandbox/gml/gfx/angle/src/compiler/preprocessor/atom.c:310: warning: missing initializer
/mozilla/sandbox/gml/gfx/angle/src/compiler/preprocessor/atom.c:310: warning: (near initialization for 'latable.stable.nextFree')
/mozilla/sandbox/gml/gfx/angle/src/compiler/preprocessor/atom.c:310: warning: missing initializer
/mozilla/sandbox/gml/gfx/angle/src/compiler/preprocessor/atom.c:310: warning: (near initialization for 'latable.htable')
/mozilla/sandbox/gml/gfx/angle/src/compiler/preprocessor/cpp.c:883: warning: missing initializer
/mozilla/sandbox/gml/gfx/angle/src/compiler/preprocessor/cpp.c:883: warning: (near initialization for 'location.line')
/mozilla/sandbox/gml/gfx/angle/src/compiler/preprocessor/cpp.c:885: warning: missing initializer
/mozilla/sandbox/gml/gfx/angle/src/compiler/preprocessor/cpp.c:885: warning: (near initialization for 'macro.args')
/mozilla/sandbox/gml/gfx/angle/src/compiler/preprocessor/cpp.c:886: warning: missing initializer
/mozilla/sandbox/gml/gfx/angle/src/compiler/preprocessor/cpp.c:886: warning: (near initialization for 'val.sc_fval')
compiler/glslang_lex.cpp:2876: warning: unused variable 'yyg'
compiler/glslang_lex.cpp:2950: warning: unused variable 'yyg'
compiler/glslang_lex.cpp:3034: warning: unused variable 'yyg'
compiler/glslang_lex.cpp:3043: warning: unused variable 'yyg'
compiler/glslang_lex.cpp:3050: warning: unused variable 'yyg'
compiler/glslang_lex.cpp:2499: warning: 'int yy_top_state(void*)' defined but not used
Reporter | ||
Updated•14 years ago
|
Whiteboard: [build_warnings]
Updated•14 years ago
|
Whiteboard: [build_warnings] → [build_warning]
Updated•14 years ago
|
Blocks: buildwarning
Comment 1•11 years ago
|
||
Bug 801158 removed:
gfx/angle/src/compiler/preprocessor/scanner.c
gfx/angle/src/compiler/preprocessor/atom.c
gfx/angle/src/compiler/preprocessor/cpp.c
and seems to have fixed:
unused variable 'yyg'
Bug 883478 seems to have fixed:
'int yy_top_state(void*)' defined but not used
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Summary: gx/angle - compiler warnings on mac → gfx/angle - compiler warnings on mac
Updated•11 years ago
|
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•