]> 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 45eb5fe7fc8febc09a07814be02fec77b071de2f..c8415ea02aebfce2b9acfbea66a2e6801d638cf6 100644 (file)
@@ -1,6 +1,6 @@
 // 2002-06-28 pme
 
-// Copyright (C) 2002-2016 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();