Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce GNU Compilation Warnings #1048

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on May 9, 2024

  1. Adding w3emc wrapper to reduce the number of warnings for calling the…

    … real w3emc library. That library doesn't use interfaces so there is no way to get rid of all the warnings.
    scrasmussen committed May 9, 2024
    Configuration menu
    Copy the full SHA
    63e468b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c024cfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50dda7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d43fc8 View commit details
    Browse the repository at this point in the history
  5. Fixing 'Warning: Deleted feature: Start expression in DO loop at (1) …

    …must be integer' message by calling nint intrinsic. Copying the other do loops
    scrasmussen committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4433e61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0e6946 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    effeeb8 View commit details
    Browse the repository at this point in the history