]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/23_containers/priority_queue/members/7161.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 23_containers / priority_queue / members / 7161.cc
index 0c21b25f9002cc0199e02d55c3974072aaeacb55..c8415ea02aebfce2b9acfbea66a2e6801d638cf6 100644 (file)
@@ -1,6 +1,6 @@
 // 2002-06-28 pme
 
-// Copyright (C) 2002, 2004, 2005, 2009, 2010 Free Software Foundation, Inc.
+// Copyright (C) 2002-2023 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -32,7 +32,7 @@ test03()
   for (int i = 0; i < 3; ++i)
     pq.push(data[i]);
 
-  pq.top();
+  (void) pq.top();
   for (int i = 0; i < 2; ++i)
     pq.pop();