3rdparty/eventuals

Windows build produces "argument unused during compilation: '/std:c++17' [-Wunused-command-line-argument]" warnings

Opened this issue · 1 comments

Title pretty much explains the whole issue. It's not particularly great for users to see all of these messages while working with our library.

From what I've personally seen - Tensorflow's .bazelrc file just straight up suppresses all warnings.

BTW, this happens when clang is used to compile C code. Compiling C++ code doesn't produce this warning.