TDS_INT8_MIN determined by shifting a negative value
John Kendall <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Is there another way to determine TDS_INT8_MIN in convert.c (line 96)? The new llvm compiler on OS X 10.11 is complaining about bit shifting a negative: warning: shifting a negative signed value is undefined [-Wshift-negative-value] John