You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although it is not a very big issue (seeing as to how it is useless), it is
good to at least have it on documentation.
Kernel kernel = new Kernel(){
@Override public void run(){
{
int insideScope = 0;
}
int outsideScope = 0;
}
};
Whenever a variable is declared at the end of a scope and not used, it creates
a NullPointerException
"com.amd.aparapi.InstructionSet$LocalVariableConstIndexStore.isDeclaration"
Original issue reported on code.google.com by [email protected] on 25 Jul 2012 at 3:48
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 25 Jul 2012 at 3:48The text was updated successfully, but these errors were encountered: