Skip to content

xGEDMD(Q): silence warning with 64-bit integers#993

Merged
langou merged 1 commit intoReference-LAPACK:masterfrom
christoph-conrads:xGEDMD-fix-iso-fortran-warnings-with-64bit-integers
Mar 1, 2024
Merged

xGEDMD(Q): silence warning with 64-bit integers#993
langou merged 1 commit intoReference-LAPACK:masterfrom
christoph-conrads:xGEDMD-fix-iso-fortran-warnings-with-64bit-integers

Conversation

@christoph-conrads
Copy link
Copy Markdown
Contributor

Fix the following warning by GCC 12.2.0 when building with 64-bit integers (e.g., when BUILD_INDEX64_EXT_API=ON):

Warning: Use of the NUMERIC_STORAGE_SIZE named constant from intrinsic module ISO_FORTRAN_ENV at (1) is incompatible with option -fdefault-integer-8

References:

Checklist

  • The documentation has been updated.
  • If the PR solves a specific issue, it is set to be closed on merge.

Fix the following warning by GCC 12.2.0:

  Warning: Use of the NUMERIC_STORAGE_SIZE named constant from intrinsic
  module ISO_FORTRAN_ENV at (1) is incompatible with option
  -fdefault-integer-8
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (fe843f9) to head (e02fbda).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #993   +/-   ##
=======================================
  Coverage    0.00%    0.00%           
=======================================
  Files        1929     1929           
  Lines      190635   190635           
=======================================
  Misses     190635   190635           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@langou langou merged commit 5426147 into Reference-LAPACK:master Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants