From d8779a3dd6037c98869b49b09e0175f7cbf48c1e Mon Sep 17 00:00:00 2001 From: Alexander Nasonov Date: Sun, 12 Feb 2006 21:34:04 +0000 Subject: [PATCH] missing inline keyword in trivial template functions avoid_unused_warning and no_unused_warning [SVN r32870] --- test/aligned_storage_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/aligned_storage_test.cpp b/test/aligned_storage_test.cpp index f1cd89f..e15cf9f 100644 --- a/test/aligned_storage_test.cpp +++ b/test/aligned_storage_test.cpp @@ -23,7 +23,7 @@ union must_be_pod }; template -void no_unused_warning(const volatile T&) +inline void no_unused_warning(const volatile T&) { }