nixpkgs/pkgs/development
Tuomas Tynkkynen b3af42011b usbredir: Fix 32-bit build
Avoid these warnings from being errors:

usbredirhost.c: In function 'usbredirhost_can_write_iso_package':
usbredirhost.c:1023:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
             DEBUG("START dropping isoc packets %lu buffer > %lu hi threshold",
                   ^
usbredirhost.c:1023:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
             DEBUG("START dropping isoc packets %lu buffer > %lu hi threshold",
                   ^
usbredirhost.c:1028:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
             DEBUG("STOP dropping isoc packets %lu buffer < %lu low threshold",
                   ^
usbredirhost.c:1028:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
             DEBUG("STOP dropping isoc packets %lu buffer < %lu low threshold",
                   ^
usbredirhost.c: In function 'usbredirhost_set_iso_threshold':
usbredirhost.c:1162:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
     DEBUG("higher threshold is %lu bytes | lower threshold is %lu bytes",
           ^
usbredirhost.c:1162:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
     DEBUG("higher threshold is %lu bytes | lower threshold is %lu bytes",

I think in all of these cases, the incorrect format modifier just causes
wrong debug prints on i686.
2016-09-30 12:19:59 +03:00
..
arduino Do not use top-level buildPythonPackage or buildPythonApplication 2016-09-26 11:10:51 +02:00
beam-modules build-rebar3: Append postPatch to original hook 2016-08-29 23:31:50 +02:00
bower-modules/generic
compilers oraclejdk7: remove due to end of life 2016-09-28 16:39:12 -04:00
coq-modules
dotnet-modules/patches
eclipse
em-modules/generic
go-modules buildGoPackage: deps.json -> deps.nix in NIXON 2016-09-16 00:04:55 +01:00
guile-modules treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
haskell-modules Merge pull request #19042 from Profpatsch/ghcjs-package-fixes 2016-09-28 16:15:37 +02:00
idris-modules Merge pull request #19003 from siddharthist/lightyear/init 2016-09-29 16:16:10 +02:00
interpreters Merge pull request #18982 from aneeshusa/pin-packages-to-python2-part2 2016-09-26 18:33:26 +02:00
libraries usbredir: Fix 32-bit build 2016-09-30 12:19:59 +03:00
lisp-modules asdf: 3.1.6 -> 3.1.7 2016-09-26 15:49:30 +02:00
lua-modules
misc amdapp-sdk: fix build for gcc 5 2016-09-20 14:17:36 +02:00
mobile androidenv: update packages 2016-09-14 18:31:22 +02:00
node-packages manual: add node to languages & frameworks 2016-09-20 20:38:24 +00:00
ocaml-modules treewide: move to ocaml-ng system 2016-09-26 02:36:49 +03:00
perl-modules Net::Amazon::S3: 0.60 -> 0.80 2016-09-26 17:35:53 +02:00
pharo
pure-modules purePackages.glpk: fix build 2016-09-10 17:41:19 +02:00
python-modules pythonPackages: zc.buildout-nix: 2.5.0 -> 2.5.3 2016-09-29 11:50:28 +03:00
qtcreator qtcreator: enable checking 2016-09-06 14:02:09 +02:00
r-modules r-modules: edgeR is broken due to broken url 2016-09-27 17:47:16 +02:00
ruby-modules Merge pull request #18920 from peterhoeg/bundler 2016-09-24 13:41:16 +01:00
tools Merge pull request #19070 from frontsideair/flow-0.32 2016-09-29 16:17:22 +03:00
web nodejs-6_x: 6.4.0 -> 6.6.0 2016-09-16 19:26:17 +02:00