We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce40fa commit e6accbbCopy full SHA for e6accbb
sycl/source/detail/pi.cpp
@@ -84,6 +84,7 @@ bool bindPlugin(void *Library) {
84
// TODO: Compare Supported versions and check for backward compatibility.
85
// Make sure err is PI_SUCCESS.
86
assert((err == PI_SUCCESS) && "Unexpected error when binding to Plugin.");
87
+ (void)err;
88
89
// TODO: Return a more meaningful value/enum.
90
return true;
0 commit comments