X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbatch.cpp;h=cba63567497499260222b4f7cbe6dd1194d2abbe;hp=3d7dfc720ad901d40832e77510d3159339910e29;hb=51c775a5df70fe5a538c3e4bcccd3ab857ba5b59;hpb=34a4efa81946066d32c1374318dcc0b74ae486a9 diff --git a/source/batch.cpp b/source/batch.cpp index 3d7dfc72..cba63567 100644 --- a/source/batch.cpp +++ b/source/batch.cpp @@ -64,7 +64,7 @@ Batch::Batch(PrimitiveType t): /* Make sure we have glEnable/DisableClientState to go with NV_primitive_restart */ if(!MSP_primitive_restart && NV_primitive_restart) - (bool)MSP_legacy_features; + (void)(bool)MSP_legacy_features; } Batch::~Batch()