Fixed warnings
This commit is contained in:
@@ -61,7 +61,7 @@ void BarrierOperation::release()
|
||||
Barrier::release();
|
||||
}
|
||||
|
||||
void BarrierOperation::operator () (Object* object)
|
||||
void BarrierOperation::operator () (Object* /*object*/)
|
||||
{
|
||||
if (_preBlockOp!=NO_OPERATION)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user