Commit Graph

8 Commits

Author SHA1 Message Date
83b4e981c4 Use strict function prototypes 2019-11-18 22:21:36 +02:00
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
2019-11-17 13:24:42 +02:00
315ab997b4 Add tests for sources that are disablers.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
2019-08-23 12:23:43 +00:00
b21fd95f73 Add is_disabler function
This is useful if one needs to check if a variable is a disabler.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
2019-08-12 01:05:45 +03:00
28aac9fc3b test cases: Add ICL branches in addition to ICC branches 2019-05-10 13:36:35 -07:00
731aca216e icc: Fix C/C++ std options and add a unit test for them
Compiler versions 15.0 and later actually ignore invalid values for the
-std= option unless `-diag-error 10159` is passed, so we need to put
that in the unit test.

I have tested this with versions 14.0.3, 15.0.6, 16.0.4, and 17.0.1.
Would be great if someone could test with 13.x.y
2017-01-04 00:40:54 +05:30
77e9a24589 Can specify extra files that show up in IDEs as parts of a target. 2014-04-25 22:13:15 +03:00
3fb0e48bf4 Finished renaming. 2013-06-05 00:34:25 +03:00