Skip to content

Instantly share code, notes, and snippets.

@petelacey
Created July 19, 2010 15:25
Show Gist options
  • Save petelacey/481549 to your computer and use it in GitHub Desktop.
Save petelacey/481549 to your computer and use it in GitHub Desktop.
FIRST >>>>>>>>>>>>>>>
g++ -DHAVE_CONFIG_H -I. -I./include -I/usr/include/ossp -I./include/Cassandra -march=i586 -MT src/tickdb/libtickdb_a-TickCapture.o -MD -MP -MF src/tickdb/.deps/libtickdb_a-TickCapture.Tpo -c -o src/tickdb/libtickdb_a-TickCapture.o `test -f 'src/tickdb/TickCapture.cpp' || echo './'`src/tickdb/TickCapture.cpp
src/tickdb/TickCapture.cpp: In member function ‘void tickdb::TickCapture::write(tickdb::CassandraServer&)’:
src/tickdb/TickCapture.cpp:58: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘uint64_t’
src/tickdb/TickCapture.cpp:58: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘uint64_t’
src/tickdb/TickCapture.cpp:68: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘uint64_t’
src/tickdb/TickCapture.cpp:68: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘uint64_t’
src/tickdb/TickCapture.cpp:73: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘uint64_t’
src/tickdb/TickCapture.cpp:73: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘uint64_t’
SECOND >>>>>>>>>
g++ -DHAVE_CONFIG_H -I. -I./include -I/usr/include/ossp -I./include/Cassandra -march=i586 -MT src/tickdb/libtickdb_a-TickSlice.o -MD -MP -MF src/tickdb/.deps/libtickdb_a-TickSlice.Tpo -c -o src/tickdb/libtickdb_a-TickSlice.o `test -f 'src/tickdb/TickSlice.cpp' || echo './'`src/tickdb/TickSlice.cpp
src/tickdb/TickSlice.cpp: In member function ‘void tickdb::TickSlice::new_slice(std::string&, omd::Timestamp&, uint32_t, time_t)’:
src/tickdb/TickSlice.cpp:44: warning: format ‘%09lu’ expects type ‘long unsigned int’, but argument 4 has type ‘uint64_t’
src/tickdb/TickSlice.cpp:44: warning: format ‘%09lu’ expects type ‘long unsigned int’, but argument 4 has type ‘uint64_t’
src/tickdb/TickSlice.cpp: In member function ‘void tickdb::TickSlice::add_packet(omd::ReplayFileStaticPacketPtr_t&)’:
src/tickdb/TickSlice.cpp:96: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘uint64_t’
src/tickdb/TickSlice.cpp:96: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘uint64_t’
THIRD >>>>>>>>>>>>
libtool: link: warning: library `/usr/local/lib/libthrift.la' was moved.
(But that's prolly cause I dpkg'd Ross's libthrift.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment