Further improvements to error reporting with function types.
Issue #219.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Can't convert between incompatible pointer types
|
||||
// Can't convert from pointer type "void * varying" to incompatible pointer type "uniform int32 * varying" for return statement
|
||||
|
||||
int *foo(void *p) {
|
||||
return p;
|
||||
|
||||
Reference in New Issue
Block a user