~linuxjedi/drizzle/drizzle-gcc-4.7.0

  • Committer: Andrew Hutchings
  • Date: 2012-04-21 21:08:01 UTC
  • Revision ID: andrew@linuxjedi.co.uk-20120421210801-zz1j6m844r820ksk
Fixes new warning in GCC 4.7.0

New warning is:

drizzled/drizzled.cc:1926:1: error: narrowing conversion of ‘18446744073709551615ul’ from ‘long unsigned int’ to ‘int64_t {aka long int}’ inside { } is ill-formed in C++11 [-Werror=narrowing]
Filename Latest Rev Last Changed Committer Comment Size
..
docs 2220.2.1 13 years ago Andrew Hutchings Add documentation for the MySQL Unix Socket Protoc Diff
plugin.ini 2491.2.1 12 years ago Daniel Nichter Change plugins using DRIZZLE_PLUGIN to DRIZZLE_DEC 136 bytes Diff Download File
protocol.cc 2535.6.4 12 years ago Brian Aker Add atexit() call to make sure that we clean up th 5.8 KB Diff Download File
protocol.h 2318.2.40 12 years ago Olaf van der Spek Refactor 1.8 KB Diff Download File