diff --git a/test/sequence/map_construction.cpp b/test/sequence/map_construction.cpp index ee308a13..9c03b426 100644 --- a/test/sequence/map_construction.cpp +++ b/test/sequence/map_construction.cpp @@ -55,11 +55,14 @@ test() using namespace test_detail; nil empty; + (void)empty; map<> empty0; + (void)empty0; #ifndef NO_CONSTRUCT_FROM_NIL map<> empty1(empty); + (void)empty1; #endif map > t1;