jwiegley / c2hsc

Utility for creating .hsc files from C API header files
BSD 3-Clause "New" or "Revised" License
26 stars 15 forks source link

Silenced unused import warnings produced by bindings-DSL imports. #3

Closed merijn closed 12 years ago

merijn commented 12 years ago

bindings-DSL produces unused import warnings, due to its spurious FFI imports. Added a pragma to the generated hsc file that silences these import warnings.