Browse Source
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.7.0
1 changed files with 1 additions and 14 deletions
Loading…
Reference in new issue