Actions
Bug #1293
openDEG error: storage size of some variables isn't known
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
05/27/2011
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
In drivers/mtd/chips/cfi_probe.c
we have the error:
cfi_probe.c.p:564:18: error: storage size of 'var_group2' isn't known
The type struct mtd_info does not have body (full declaration)
and could be used as a pointer only,
but DEG does not know it, because it does not know how it is declared.
struct mtd_info var_group2;
var_group2 = cfi_probe( var_group1);
No data to display
Actions