| | Building Custom Rule C:/cygwin/home/Administrator/mysql-5.0.50/ndb/src/mgmapi/CMakeLists.txt
-- Configuring done
-- Generating done
-- Build files have been written to: C:/cygwin/home/Administrator/mysql-5.0.50
Compiling...
LocalConfig.cpp
.\LocalConfig.cpp(212) : warning C4101: 'for_strtok' : unreferenced local variable
.\LocalConfig.cpp(318) : warning C4099: 'Vector' : type name first seen using 'struct' now seen using 'class'
with
[
T=MgmtSrvrId
]
mgmapi_configuration.cpp
.\mgmapi_configuration.cpp(116) : warning C4291: 'void *operator new(size_t,void *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
C:\cygwin\home\Administrator\mysql-5.0.50\ndb\include\ndb_global.h(118) : see declaration of 'operator new'
ndb_logevent.cpp
.\ndb_logevent.cpp(437) : warning C4291: 'void *operator new(size_t,void *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
C:\cygwin\home\Administrator\mysql-5.0.50\ndb\include\ndb_global.h(118) : see declaration of 'operator new'
mgmapi.cpp
.\mgmapi.cpp(171) : warning C4291: 'void *operator new(size_t,void *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
C:\cygwin\home\Administrator\mysql-5.0.50\ndb\include\ndb_global.h(118) : see declaration of 'operator new'
.\mgmapi.cpp(201) : warning C4291: 'void *operator new(size_t,void *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
C:\cygwin\home\Administrator\mysql-5.0.50\ndb\include\ndb_global.h(118) : see declaration of 'operator new'
.\mgmapi.cpp(206) : warning C4291: 'void *operator new(size_t,void *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
C:\cygwin\home\Administrator\mysql-5.0.50\ndb\include\ndb_global.h(118) : see declaration of 'operator new'
.\mgmapi.cpp(1931) : warning C4244: '=' : conversion from 'Uint64' to 'int', possible loss of data
.\mgmapi.cpp(2243) : warning C4244: 'argument' : conversion from 'unsigned __int64' to 'Uint32', possible loss of data
.\mgmapi.cpp(2632) : warning C4099: 'Vector' : type name first seen using 'struct' now seen using 'class'
with
[
T=const ParserRow *
]
Generating Code...
Compiling...
ndbd_exit_codes.c
Creating library...
|