Allow user to disable nothread warning

This commit is contained in:
Jason Turner 2015-07-02 21:18:36 -06:00
parent 72aedca39c
commit 9e93d61236

View File

@ -14,8 +14,10 @@
#include <thread>
#include <mutex>
#else
#ifndef CHAISCRIPT_NO_THREADS_WARNING
#pragma message ("ChaiScript is compiling without thread safety.")
#endif
#endif
#include "chaiscript_defines.hpp"