-
Bug
-
Resolution: Fixed
-
P4
-
22
-
b10
The following warning was reported when compiling certain CPP files on Windows with clang:
warning: argument unused during compilation: '-std:c11'
This argument is only relevant when building C files. CPP files are supposed to be built with -std:c++14.
warning: argument unused during compilation: '-std:c11'
This argument is only relevant when building C files. CPP files are supposed to be built with -std:c++14.