Commit graph

3 commits

Author SHA1 Message Date
Nicholas Corgan
715f4dd313 Fixed master-specific warnings
* MinGW: unused parameter warning, MSVC-specific pragma
* MSVC: bool narrowing
2015-03-27 13:36:18 -07:00
Michael Dickens
a7049e4ff7 uhd: Fixed multiple compiler warnings
- Use ULL and LL etc. so compiler doesn't need to decide constant's types
- define the empty 'while' loop to include {} to make older compilers happy
- Use explicit type names for BOOST_CHECK_EQUAL
2015-03-11 15:33:17 -07:00
Martin Braun
0da9251e68 transport: Made CHDR-related routines separate from VRT
Our VRT routines have the option to switch, on the fly, between
VRLP and CHDR. This adds new CHDR-specific (un-)packers, which
can only work with CHDR.
2014-12-03 20:44:59 +01:00