Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

amd64 build break in libperfuse/ops.c



#   compile  libperfuse/ops.o
/test-bed/tools/bin/x86_64--netbsd-gcc -O2 -g -DPERFUSE_DEBUG -std=gnu99  -Wall 
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare  
-Wno-traditional  -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow 
-Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare 
-Wsign-compare -Wformat=2  -Werror     -I/test-bed/src/lib/libperfuse 
-I/test-bed/src/lib/libpuffs --sysroot=/test-bed/dst  -c    
/test-bed/src/lib/libperfuse/ops.c -o ops.o
cc1: warnings being treated as errors
/test-bed/src/lib/libperfuse/ops.c: In function 'perfuse_node_getattr':
/test-bed/src/lib/libperfuse/ops.c:1526:3: error: format '%lld' expects type 
'long long int', but argument 5 has type 'u_quad_t'
/test-bed/src/lib/libperfuse/ops.c:1526:3: error: format '%lld' expects type 
'long long int', but argument 4 has type 'u_quad_t'
/test-bed/src/lib/libperfuse/ops.c:1526:3: error: format '%lld' expects type 
'long long int', but argument 4 has type 'u_quad_t'
/test-bed/src/lib/libperfuse/ops.c:1536:3: error: format '%lld' expects type 
'long long int', but argument 5 has type 'u_quad_t'
...

Lots more where these came from.


-------------------------------------------------------------------------
| Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:       |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com    |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer |                          | pgoyette at netbsd.org  |
-------------------------------------------------------------------------


Home | Main Index | Thread Index | Old Index