1. 16 Apr, 2014 4 commits
    • Jean-Paul Saman's avatar
      3e9f7235
    • Michael Ira Krufky's avatar
    • Michael Ira Krufky's avatar
      check_cc_pid: fix error: format specifies type 'long' but the argument has... · 7f3b0217
      Michael Ira Krufky authored
      check_cc_pid: fix error: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Werror,-Wformat]
      
      gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -Wall -Werror --std=gnu99 -D_GNU_SOURCE -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -DDVBPSI_DIST -MT check_cc_pid-check_cc_pid.o -MD -MP -MF .deps/check_cc_pid-check_cc_pid.Tpo -c -o check_cc_pid-check_cc_pid.o `test -f 'check_cc_pid.c' || echo './'`check_cc_pid.c
      check_cc_pid.c:69:20: error: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Werror,-Wformat]
                         n, pid, pid, cc,
                         ^
      1 error generated.
      make[3]: *** [check_cc_pid-check_cc_pid.o] Error 1
      make[2]: *** [all-recursive] Error 1
      make[1]: *** [all-recursive] Error 1
      make: *** [all] Error 2
      Signed-off-by: default avatarMichael Ira Krufky <mkrufky@linuxtv.org>
      7f3b0217
    • Michael Ira Krufky's avatar
      dump_pids: fix error: format specifies type 'long' but the argument has type... · 7bafc5c7
      Michael Ira Krufky authored
      dump_pids: fix error: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Werror,-Wformat]
      
      gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -Wall -Werror --std=gnu99 -D_GNU_SOURCE -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -DDVBPSI_DIST -MT dump_pids-dump_pids.o -MD -MP -MF .deps/dump_pids-dump_pids.Tpo -c -o dump_pids-dump_pids.o `test -f 'dump_pids.c' || echo './'`dump_pids.c
      dump_pids.c:56:54: error: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Werror,-Wformat]
              printf("packet %ld, pid %u (0x%x), cc %d\n", n, pid, pid, cc );
                             ~~~                           ^
                             %lld
      1 error generated.
      make[3]: *** [dump_pids-dump_pids.o] Error 1
      make[2]: *** [all-recursive] Error 1
      make[1]: *** [all-recursive] Error 1
      make: *** [all] Error 2
      Signed-off-by: default avatarMichael Ira Krufky <mkrufky@linuxtv.org>
      7bafc5c7
  2. 15 Apr, 2014 4 commits
  3. 11 Apr, 2014 23 commits
  4. 07 Apr, 2014 2 commits
  5. 18 Mar, 2014 5 commits
  6. 05 Feb, 2014 1 commit
  7. 04 Feb, 2014 1 commit