Skip to Content.
Sympa Menu

freetds - [freetds] TDS_INT8_MIN determined by shifting a negative value

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: John Kendall <john AT capps.com>
  • To: FreeTDS Group <freetds AT lists.ibiblio.org>
  • Subject: [freetds] TDS_INT8_MIN determined by shifting a negative value
  • Date: Wed, 18 May 2016 20:49:13 +0000

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





Archive powered by MHonArc 2.6.24.

Top of Page