Skip to content

Commit 35f6c04

Browse files
authored
Merge pull request #102 from erikd/erikd/disable-c-warnings
Disable C warnings
2 parents 53dcbf9 + b46fb1f commit 35f6c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HsOpenSSL.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Library
159159
Default-Language:
160160
Haskell2010
161161
GHC-Options:
162-
-Wall
162+
-Wall -optc=-Wno-discarded-qualifiers -optc=-Wno-deprecated-declarations -optc=-Wno-incompatible-pointer-types
163163
C-Sources:
164164
cbits/HsOpenSSL.c
165165
Include-Dirs:

0 commit comments

Comments
 (0)