How can I have MSVC throw its errors? #13255
Replies: 2 comments
-
That's not a pipeline. It tells me nothing about what you're looking at. |
Beta Was this translation helpful? Give feedback.
-
I am not really sure what you mean there. A missing threads library? If something your project needs doesn't exist, it will fail to compile. If meson didn't find it, meson will fail to configure unless you tell meson that it is optional ( GCC has -Werror=unused-parameter. I don't know what diagnostic warnings MSVC knows about -- that's probably a question better asked on Microsoft's compiler support forums. |
Beta Was this translation helpful? Give feedback.
-
Not that I'm trying to make things break but rather I am trying to catch issues that would normally be missed if warnings and error where turned off like the missing threads library and unused params as an example: how can get MSVC or anything else in that case to throw their error messages at me?
Heres the current pipeline:
https://github.com/fossil-lib/fscl-xtest-c/blob/main/.github/workflows/meson_ci.yml
Beta Was this translation helpful? Give feedback.
All reactions