Clean up compiler warnings when compiling on 64-bit systems. These are mostly fixing... master
commitf9b2c4526daf49f941a9f88833acd9a368da62dc
authorjwoithe <jwoithe@2be59082-3212-0410-8809-b0798e1608f0>
Sat, 22 Nov 2014 08:21:03 +0000 (22 08:21 +0000)
committerjwoithe <jwoithe@2be59082-3212-0410-8809-b0798e1608f0>
Sat, 22 Nov 2014 08:21:03 +0000 (22 08:21 +0000)
tree279c6cfcbbf6b3a7f4fe1ae0fd762d65c0d46648
parentdec8ab15baeae4514b7f05c7d238280f25e39e6c
Clean up compiler warnings when compiling on 64-bit systems.  These are mostly fixing the printf format specifier for 64-bit quantities so it works across all architectures.  When the compiler has been set to treat warnings as errors these would otherwise prevent a successful compilation.

git-svn-id: svn+ssh://ffado.org/ffado/trunk@2574 2be59082-3212-0410-8809-b0798e1608f0
libffado/src/libstreaming/amdtp/AmdtpBufferOps.h
libffado/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.cpp
libffado/src/libstreaming/rme/RmeReceiveStreamProcessor.cpp
libffado/src/libstreaming/rme/RmeTransmitStreamProcessor.cpp
libffado/src/motu/motu_avdevice.cpp
libffado/src/rme/fireface_flash.cpp
libffado/src/rme/fireface_hw.cpp
libffado/src/rme/rme_avdevice.cpp
libffado/support/dbus/controlserver.cpp