-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: suppress misc warning messages
* Remove leftover `check_PYTHON` call. The PYTHON is already checked with check_python3() earlier. * In checking existence of mydef_boot, check its bin folder. The module path (modules/mydef_boot) may exist even without submodule checkout. * Add cast to suppress the "%lld" printf when the actual type may be "long" instead of "long long". * Add -w in Makefile_f77.mtest to suppress all warnings since gfortran always gives warnings despite -fallow-argument-mismatch.
- Loading branch information
Showing
4 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters