Added warning suppression and changelog

[SVN r8668]
This commit is contained in:
Dave Abrahams
2001-01-21 05:33:10 +00:00
parent 4315d0440b
commit c19d9fb2bd

View File

@@ -3,6 +3,9 @@
// copyright notice appears in all copies. This software is provided
// "as is" without express or implied warranty, and with no claim as
// to its suitability for any purpose.
//
// Change Log:
// 20 Jan 2001 - Added warning suppression (David Abrahams)
#include <boost/concept_check.hpp>
@@ -26,5 +29,6 @@ int
main()
{
class_requires_test x;
(void)x; // suppress unused variable warning
return 0;
}