]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/core/assert.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / geometry / test / core / assert.cpp
index 3a36efd302e6d01e5e8d042fe23e869ab15f1a0e..59d90dee1e9da141c22f04367f65f65305fbf3cf 100644 (file)
@@ -1,6 +1,8 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
 // Unit Test
 
+// Copyright (c) 2017 Adam Wulkiewicz, Lodz, Poland.
+
 // Copyright (c) 2015 Oracle and/or its affiliates.
 
 // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
@@ -26,12 +28,12 @@ struct assert_failure_exception
 
 namespace boost { namespace geometry {
 
-inline void assertion_failed(char const * expr, char const * function, char const * file, long line)
+inline void assertion_failed(char const * /*expr*/, char const * /*function*/, char const * /*file*/, long /*line*/)
 {
     throw assert_failure_exception();
 }
 
-inline void assertion_failed_msg(char const * expr, char const * msg, char const * function, char const * file, long line)
+inline void assertion_failed_msg(char const * /*expr*/, char const * /*msg*/, char const * /*function*/, char const * /*file*/, long /*line*/)
 {
     throw assert_failure_exception();
 }