Add return value so that freebsd system clang does not err out
This commit is contained in:
parent
f049a4c84f
commit
19c4bdd8b3
|
@ -56,7 +56,7 @@ int CNAME(BLASLONG m, BLASLONG n, BLASLONG dummy1, FLOAT beta,
|
|||
}
|
||||
|
||||
if (n == 0 || m == 0)
|
||||
return;
|
||||
return 0;
|
||||
|
||||
c_offset = c;
|
||||
|
||||
|
|
Loading…
Reference in New Issue