Advertisement
Guest User

Untitled

a guest
Dec 14th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Adder.hs:7:1: warning: [-Wunsupported-calling-conventions]
  2. * the 'stdcall' calling convention is unsupported on this platform,
  3. treating as ccall
  4. * When checking declaration:
  5. foreign export stdcall "adder" adder :: Int -> Int -> IO Int
  6. |
  7. 7 | foreign export stdcall adder :: Int -> Int -> IO Int
  8. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement