On Sat, 22 Nov 2025, LIU Hao wrote:

在 2025-11-21 23:35, Martin Storsjö 写道:
These tests may test format flags that aren't recognized; don't
warn about that.

Many tests (in particular, the complex math tests) define functions
without a previous declaration - don't warn about that either.
(The -Wno-missing-prototypes option is only relevant for C, not
C++.)

Don't warn about unused parameters like argc/argv.

Also don't warn about unused functions in tests.

Signed-off-by: Martin Storsjö <[email protected]>
---
  mingw-w64-crt/testcases/Makefile.am | 5 +++--
  1 file changed, 3 insertions(+), 2 deletions(-)

In the subject there should be 'a couple [of] widely supported -Wno-<diag> options'.

I updated the patch locally to say "a few widely supported -Wno-<diag> options", instead of the word "couple".

// Martin

_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to