Project

General

Profile

Actions

Bug #1293

open

DEG error: storage size of some variables isn't known

Added by Vadim Mutilin about 13 years ago.

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);


Related issues 1 (1 open0 closed)

Blocks Linux Driver Verification - Bug #1276: Compile errors made by DEG (rollup)NewVadim Mutilin05/24/2011

Actions

No data to display

Actions

Also available in: Atom PDF