stricmp
clox/compiler.c Line 800
D:\work\cs\U++\upp\MyApps\CalculatorApp\clox\compiler.c (800): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
已经将 stricmp() 修改为 _stricmp()