diff options
author | Emil Velikov <[email protected]> | 2017-01-26 13:18:39 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-01-27 17:56:56 +0000 |
commit | c1960e23ffb10f782cbcd09caabdd573d440c012 (patch) | |
tree | bca3667cd6515845520194b754ac7b3623474c64 /docs | |
parent | be3b5e015c5cdbe28ab366b18f35a49690960353 (diff) |
mesa: use correct return statement for a void function
Using return foo() is incorrect even if foo itself returns void.
Spotted by AppVeyor, as below:
teximage.c(3653) : warning C4098: 'copyteximage' : 'void' function returning a value
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions