Michael Hirsch, Ph.D
83b4e981c4
Use strict function prototypes
5 years ago
Michael Hirsch, Ph.D
1baa1c9222
use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-none on fortran
...
Fortran: check for undeclared variables by forcing implicit none everywhere
C/C++: check for unused parameters and return types
removed unused variables from test cases
ci: do missing return and unused arg check with Github Actions
5 years ago
Marco Trevisan (Treviño)
81e7a0981b
run_project_tests: remove pdb workaround, just use filters
...
And ignore .dll.a files in non cygwin gcc instances
6 years ago
Jon Turney
56efd2211f
Consistently use windows.h, not Windows.h
...
This is significant when compiling using gcc on a case-sensitive filesystem.
8 years ago
Nirbheek Chauhan
2340fd3d8a
tests/windows: Tests for #1444
...
Check that pdb files are installed
8 years ago
Jussi Pakkanen
d4284aae89
Renamed add_test to test.
12 years ago
Jussi Pakkanen
43ca3e2546
Fixed Windows garbage line endings.
12 years ago
Jussi Pakkanen
a7b7e4b235
Added a Windows test.
12 years ago