leftibot 7f63b5dbd1 Fix #518: Enable warnings as errors and fix all compiler warnings
Enable -Werror for GCC/Clang and /WX for MSVC to enforce warning-free
builds. Fix wchar_t-to-char narrowing conversion in chaiscript_windows.hpp
by using explicit static_cast. Replace deprecated std::wstring_convert in
chaiscript_parser.hpp with direct static_cast. Add noexcept to JSON default
constructor, and mark intentionally unused parameters with [[maybe_unused]].

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 20:12:15 -06:00
..
dispatchkit Fix #518: Enable warnings as errors and fix all compiler warnings 2026-04-13 20:12:15 -06:00
language Fix #518: Enable warnings as errors and fix all compiler warnings 2026-04-13 20:12:15 -06:00
utility Fix #518: Enable warnings as errors and fix all compiler warnings 2026-04-13 20:12:15 -06:00
chaiscript_basic.hpp change .clang-format and reformat code with clang-format 11 2021-05-24 10:44:15 +02:00
chaiscript_defines.hpp Fix #146: Add configuration to bypass the registering of 'built-in' functions. (#642) 2026-04-11 16:49:13 -06:00
chaiscript_stdlib.hpp Fix #146: Add configuration to bypass the registering of 'built-in' functions. (#642) 2026-04-11 16:49:13 -06:00
chaiscript_threading.hpp change .clang-format and reformat code with clang-format 11 2021-05-24 10:44:15 +02:00
chaiscript.hpp Fix #571: How to redirect "cout" and "print" to a microsoft Windows 10 window? (#657) 2026-04-11 18:58:09 -06:00