mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-08 02:36:49 +08:00
Merge d7c090d29b9809504da1e427a5a201023538fef2 into 0f9d9cae4af763296cfeaeecf6d808fcbc718ebe
This commit is contained in:
commit
eccec22b6e
@ -267,6 +267,8 @@ double now()
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
int i;
|
||||
std::cout << i << '\n';
|
||||
|
||||
// Disable deprecation warning for getenv call.
|
||||
#ifdef CHAISCRIPT_MSVC
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user