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

Fix warnings about calling conventions #99

Merged

Commits on May 3, 2023

  1. only use cdecl calling convention on i386 architectures

    This removes a warning when compiling on x64 plattforms.
    The C# DllImportAttribute ignores this calling canvention as well, but dosn't give a warning.
    hoffmann-stefan committed May 3, 2023
    Configuration menu
    Copy the full SHA
    8177d03 View commit details
    Browse the repository at this point in the history
  2. reduce warnings: remove debug message in cmake script

    Removes stderr output on build.
    hoffmann-stefan committed May 3, 2023
    Configuration menu
    Copy the full SHA
    cfaa806 View commit details
    Browse the repository at this point in the history