fixed incorrect #warning directive

[SVN r13171]
This commit is contained in:
Aleksey Gurtovoy
2002-03-11 01:23:15 +00:00
parent 8e4cc7303b
commit 98c7b04e09

View File

@ -79,7 +79,7 @@
# if defined(BOOST_ASSERT_CONFIG) # if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and report the results" # error "Unknown compiler version - please run the configure tests and report the results"
# else # else
# warning "Unknown compiler version - please run the configure tests and report the results" # pragma message("Unknown compiler version - please run the configure tests and report the results")
# endif # endif
#endif #endif