forked from OSchip/llvm-project
steve's recent changes fixed this bogus warning.
llvm-svn: 41432
This commit is contained in:
parent
1a76a3c970
commit
e026ebd6fe
|
@ -2,7 +2,7 @@
|
|||
|
||||
struct s;
|
||||
struct s* t (struct s z[]) { // expected-error {{array has incomplete element type}}
|
||||
return z; // expected-warning {{incompatible pointer type returning}}
|
||||
return z;
|
||||
}
|
||||
|
||||
void *k (void l[2]) { // expected-error {{array has incomplete element type}}
|
||||
|
|
Loading…
Reference in New Issue