#1523: trunk r9593 netlog.c:178: error: format ‘%llu’ expects type ‘long long
unsigned int’, but argument 5 has type ‘uint64_t’
--------------------------------+-------------------------------------------
        Reporter:  jaakan       |        Type:  bug         
          Status:  new          |    Priority:  major       
       Milestone:  unspecified  |   Component:  Build system
         Version:  svn/trunk    |    Keywords:              
Operating_system:  GNU/Linux    |   Blockedby:              
        Blocking:               |  
--------------------------------+-------------------------------------------
 Ubuntu 10.04 x64
 Myhthbuntu 9.10 x64
 both trunk r9593

 Last version of the trunk for Linux x64 that fully builds was r9590

 {{{
 gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -D_GNU_SOURCE=1 -D_REENTRANT
 -I/usr/include/SDL   -DDEBUG
 -DWZ_DATADIR="\"/usr/local/share/warzone2100\""
 -DLOCALEDIR="\"/usr/local/share/locale\"" -I../..  -O0 -g -Wall -Werror
 -Wno-unused-label -Wno-pointer-to-int-cast -Wmissing-field-initializers
 -Wcast-align -Wwrite-strings -Wmissing-declarations -Wstrict-prototypes
 -Wpointer-arith -Wno-format-security -Wdeclaration-after-statement  -MT
 netlog.o -MD -MP -MF .deps/netlog.Tpo -c -o netlog.o netlog.c
 cc1: warnings being treated as errors
 netlog.c: In function ‘NETstopLogging’:
 netlog.c:168: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 4 has type ‘uint64_t’
 netlog.c:168: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 5 has type ‘uint64_t’
 netlog.c:168: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 4 has type ‘uint64_t’
 netlog.c:168: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 5 has type ‘uint64_t’
 netlog.c:170: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 4 has type ‘uint64_t’
 netlog.c:170: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 5 has type ‘uint64_t’
 netlog.c:170: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 4 has type ‘uint64_t’
 netlog.c:170: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 5 has type ‘uint64_t’
 netlog.c:172: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 4 has type ‘uint64_t’
 netlog.c:172: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 5 has type ‘uint64_t’
 netlog.c:172: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 4 has type ‘uint64_t’
 netlog.c:172: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 5 has type ‘uint64_t’
 netlog.c:174: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 4 has type ‘uint64_t’
 netlog.c:174: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 5 has type ‘uint64_t’
 netlog.c:174: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 4 has type ‘uint64_t’
 netlog.c:174: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 5 has type ‘uint64_t’
 netlog.c:176: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 4 has type ‘uint64_t’
 netlog.c:176: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 5 has type ‘uint64_t’
 netlog.c:176: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 4 has type ‘uint64_t’
 netlog.c:176: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 5 has type ‘uint64_t’
 netlog.c:178: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 4 has type ‘uint64_t’
 netlog.c:178: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 5 has type ‘uint64_t’
 netlog.c:178: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 4 has type ‘uint64_t’
 netlog.c:178: error: format ‘%llu’ expects type ‘long long unsigned int’,
 but argument 5 has type ‘uint64_t’
 make[4]: *** [netlog.o] Error 1
 make[4]: Leaving directory `/home/jaakan/warzone/lib/netplay'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory `/home/jaakan/warzone/lib/netplay'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/home/jaakan/warzone/lib'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/home/jaakan/warzone'
 make: *** [all] Error 2

 }}}

-- 
Ticket URL: <http://developer.wz2100.net/ticket/1523>
Warzone 2100 Trac <http://developer.wz2100.net/>
The Warzone 2100 Project
_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to