forked from boostorg/config
fixed incorrect #warning directive
[SVN r13171]
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user