mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-20 14:39:01 +00:00
Fix return-type warnings with harness library and basic test (#776)
* Fix offending `-Wreturn-type` in harness library * Fix offending `-Wreturn-type` in basic test
This commit is contained in:
@@ -599,6 +599,7 @@ static const TypeInfo& l_find_type( const char* name )
|
||||
if ( 0 == strcmp( name, type_info[i].get_name_c_str() ) ) return type_info[i];
|
||||
}
|
||||
assert(0);
|
||||
return TypeInfo();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user