X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbatch.cpp;h=cba63567497499260222b4f7cbe6dd1194d2abbe;hb=6dc2da27f0831d4172fcfeba4900616fd6c844b8;hp=3d7dfc720ad901d40832e77510d3159339910e29;hpb=1ef3f6df6d85627190e311b4b09f56a4983ec797;p=libs%2Fgl.git 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()