Commit b6130f0
committed
Silence signed/unsigned mismatch warning on Cygwin.
On Cygwin, NTE_BAD_SIGNATURE is defined as HRESULT, which is a signed
integer. This produces a signed/unsigned mismatch warning when it is
compared against a DWORD error code.1 parent 3109668 commit b6130f0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
852 | 852 | | |
853 | 853 | | |
854 | 854 | | |
855 | | - | |
| 855 | + | |
856 | 856 | | |
857 | 857 | | |
858 | 858 | | |
| |||
0 commit comments