From ffaf10de215506092ba0d4f5f887f41fc5618594 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Wed, 15 Apr 2015 14:06:30 +1000 Subject: [PATCH] extent: silence unused variable warning in test --- test/extent.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/extent.cpp b/test/extent.cpp index ce1b68cb..1d0f9ff7 100644 --- a/test/extent.cpp +++ b/test/extent.cpp @@ -6,5 +6,6 @@ main (void) { util::TAP::logger tap; util::extent2f instance; + (void) instance; tap.todo ("instancing test"); }