Skip to content

Building OpenGL emits tons of warnings on Win7 x86-64 GHC 7.6.1 #28

@ghost

Description

The build is still successful. The issue is that the FFI bindings use the stdcall convention, but this convention doesn't exist on x85-64 windows. The solution is to export the bindings with the ccall convention for 64-bit windows platforms.

Alternatively, these warnings could be suppressed because there is exactly one calling convention on this platform anyway.

I'm not sure which solution is better.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions