mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-08 02:36:49 +08:00
Add some code that will generate warnings
This commit is contained in:
parent
9da9012701
commit
d7c090d29b
@ -258,6 +258,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