- Explicit casts.
This commit is contained in:
parent
0a74c87934
commit
f333fb8276
@ -429,7 +429,7 @@ select_goal_random (const System sys)
|
||||
}
|
||||
else
|
||||
{
|
||||
return NULL;
|
||||
return (Binding) NULL;
|
||||
}
|
||||
}
|
||||
|
||||
@ -452,5 +452,5 @@ select_goal (const System sys)
|
||||
}
|
||||
error ("Unknown value (<0) for --goal-select.");
|
||||
}
|
||||
return NULL;
|
||||
return (Binding) NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user