Opened 11 years ago
Closed 11 years ago
#203 closed task (fixed)
Fix warnings in proto_simple.c
Reported by: | ph3-der-loewe | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | RoarAudio PlayList Daemon | Version: | 0.1rc7 |
Keywords: | Cc: | ||
Architecture: | amd64 | Compiler: | gcc/mingw |
Difficulty: | easy | Kernel: | Linux |
Operating System: | Debian | Parent Tickets: | |
Patch attached: | no | Protocol: | |
Sound driver: | Topic: | Porting |
Description
/usr/bin/gcc -I/usr/include/libxml2 -Wall -Wextra -g -O2 -DHAVE_FUNC_UALARM -DHAVE_FUNC_SIGINTERRUPT -DHAVE_LIB_UUID -DHAVE_LIB_XML2 -DROOT_UID=0 -DROAR_DBG_PREFIX=\"roarplaylistd\" -c -o proto_simple.o proto_simple.c proto_simple.c: In function 'proto_simple_print_plent': proto_simple.c:858: warning: format '%.16LX' expects type 'long long unsigned int', but argument 12 has type 'ei_t' proto_simple.c:858: warning: format '%.16LX' expects type 'long long unsigned int', but argument 12 has type 'ei_t' proto_simple.c: In function 'proto_simple_parse_ple_bopts_noeval': proto_simple.c:970: warning: format '%16llX' expects type 'long long unsigned int *', but argument 3 has type 'ei_t *' proto_simple.c: In function 'proto_simple_showplaying': proto_simple.c:1253: warning: format '%.16LX' expects type 'long long unsigned int', but argument 4 has type 'ei_t' proto_simple.c:1253: warning: format '%.16LX' expects type 'long long unsigned int', but argument 4 has type 'ei_t' proto_simple.c: In function 'proto_simple_showpointer': proto_simple.c:1435: warning: format '%.16LX' expects type 'long long unsigned int', but argument 4 has type 'ei_t'
Subtickets
Change History (1)
comment:1 Changed 11 years ago by ph3-der-loewe
- Resolution set to fixed
- Status changed from new to closed
- Version changed from current to 0.1rc7
Note: See
TracTickets for help on using
tickets.