mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
nanodbc was overriding the C++ standard library being used, which would break builds with clang. Additionally, adding Werror unconditionally in production code is a bad idea because different compiler versions can change/add warnings and then break the code.