Suppress warning due to shadowed variable name
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 22 Apr 2016 16:11:59 +0000 (18:11 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 22 Apr 2016 16:11:59 +0000 (18:11 +0200)
commit270d75dff84f015d3d87655caefae44eca0a3396
treef12cca723db8a2912860bfeaaf708f643ed630ee
parente96b1a7c384a280387060b8081ec04d89dbfdf64
Suppress warning due to shadowed variable name

When the RETURN_STR is invoked inside _clerror2string() in debug mode,
the val parameter is actually called 'ret', which causes an assignment
of ret to ret. Use the less likely name _ret within the macro to avoid
the warning.
ocl_icd_debug.h