Skip to content

Commit

Permalink
Convert from #warning to #pragma message for notification of thread s…
Browse files Browse the repository at this point in the history
…afety being disabled, so support more compilers portably
  • Loading branch information
lefticus committed Jan 19, 2010
1 parent 3a4421a commit d8213a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/chaiscript/chaiscript_threading.hpp
Expand Up @@ -4,7 +4,7 @@
#ifndef CHAISCRIPT_NO_THREADS
#include <boost/thread.hpp>
#else
#warning "ChaiScript is compiling without thread safety."
#pragma message ("ChaiScript is compiling without thread safety.")
#endif

namespace chaiscript
Expand Down

0 comments on commit d8213a4

Please sign in to comment.