Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 809776 Details for
Bug 871093
app-benchmarks/iozone-3.488 - libasync.c: error: call to undeclared function del_cache; ISO C99 and
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-benchmarks:iozone-3.488:20220917-203845.log
app-benchmarks:iozone-3.488:20220917-203845.log (text/plain), 65.15 KB, created by
Toralf Förster
on 2022-09-17 20:53:43 UTC
(
hide
)
Description:
app-benchmarks:iozone-3.488:20220917-203845.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2022-09-17 20:53:43 UTC
Size:
65.15 KB
patch
obsolete
> * Package: app-benchmarks/iozone-3.488:0 > * Repository: gentoo > * Maintainer: patrick@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking iozone3_488.tar to /var/tmp/portage/app-benchmarks/iozone-3.488/work >>>> Source unpacked in /var/tmp/portage/app-benchmarks/iozone-3.488/work >>>> Preparing source in /var/tmp/portage/app-benchmarks/iozone-3.488/work/iozone3_488 ... > * Applying iozone-3.488-gcc10-fno-common.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-benchmarks/iozone-3.488/work/iozone3_488 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-benchmarks/iozone-3.488/work/iozone3_488 ... >make -j4 -C src/current linux-AMD64 >make: Entering directory '/var/tmp/portage/app-benchmarks/iozone-3.488/work/iozone3_488/src/current' >which: no ndk-build in (/usr/lib/portage/python3.10/ebuild-helpers/xattr:/usr/lib/portage/python3.10/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/lib/llvm/15/bin:/usr/lib/llvm/14/bin:/usr/lib/llvm/13/bin) >clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c -o libbif.o libbif.c >clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c -o libasync.o libasync.c > >Building iozone for Linux-AMD64 > > >clang -c -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Dunix -DHAVE_ANSIC_C -DASYNC_IO -DNAME='"linux-AMD64"' \ > -D__AMD64__ -DSHARED_MEM -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Dlinux -D_LARGEFILE64_SOURCE \ > -DHAVE_PREAD -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int iozone.c -o iozone_linux-AMD64.o >Building fileop for Linux-AMD64 > >clang -Wall -c -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int fileop.c -o fileop_linux-AMD64.o >clang-15: warning: -Wl,-O1: 'linker' input unused [-Wunused-command-line-argument] >clang-15: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] >clang-15: warning: -Wl,--defsym=__gentoo_check_ldflags__=0: 'linker' input unused [-Wunused-command-line-argument] >libasync.c:259:1: warning: a function definition without a prototype is > deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >async_init(gc,fd,flag) >^ >libasync.c:227:6: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a subsequent definition > [-Wdeprecated-non-prototype] >void async_init(); > ^ >libasync.c:299:2: error: call to undeclared function 'del_cache'; ISO C99 and > later do not support implicit function declarations > [-Werror,-Wimplicit-function-declaration] > del_cache(gc); > ^ >libasync.c:301:23: warning: passing arguments to 'async_write_finish' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_write_finish(gc); > ^ >libasync.c:295:1: warning: a function definition without a prototype is > deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >end_async(gc) >^ >libasync.c:228:6: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a subsequent definition > [-Wdeprecated-non-prototype] >void end_async(); > ^ >libasync.c:316:1: warning: a function definition without a prototype is > deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >async_suspend(ce) >^ >libasync.c:229:5: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a subsequent definition > [-Wdeprecated-non-prototype] >int async_suspend(); > ^ >libasync.c:400:36: warning: passing arguments to 'incache' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > if((ce=(struct cache_ent *)incache(gc,fd,offset,size))) > ^ >libbif.c:193:8: warning: passing libasync.c:427:3: error: call to undeclared function 'takeoff_cache'; ISO C99 > and later do not support implicit function declarations > [-Werror,-Wimplicit-function-declaration] > takeoff_cache(gc,ce); > ^ >libasync.c:433:3: error: call to undeclared function 'del_cache'; ISO C99 and > later do not support implicit function declarations > [-Werror,-Wimplicit-function-declaration] > del_cache(gc); > ^ >libasync.c:435:23: warning: passing arguments to 'alloc_cache' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > first_ce=alloc_cache(gc,fd,offset,size,(long long)LIO_READ); > ^ >arguments to 'do_eof' without a prototype is > deprecatedlibasync.c:465:17: warning: passing arguments to 'incache' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > if((ce=incache(gc,fd,r_offset,a_size))) > ^ >libasync.c:467:17: warning: passing arguments to 'alloc_cache' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > ce=alloc_cache(gc,fd,r_offset,a_size,(long long)LIO_READ); > ^ >libasync.c:471:4: error: call to undeclared function 'takeoff_cache'; ISO C99 > and later do not support implicit function declarations > [-Werror,-Wimplicit-function-declaration] > takeoff_cache(gc,ce); > ^ >libasync.c:501:3: error: call to undeclared function 'takeoff_cache'; ISO C99 > and later do not support implicit function declarations > [-Werror,-Wimplicit-function-declaration] > in all versions takeoff_cache(gc,first_ce); of C and > ^ > is not supported in C2x > [-Wdeprecated-non-prototype] > do_eof(fd); > ^ >libasync.c:375:1: warning: a libbif.c:189:1function : warning: a functiondefinition definition withoutwithout a prototype isa deprecated > prototypein all versions ofis C and > is not deprecated supported in C2x > [-Wdeprecated-non-prototype]in > allclose_xls(fd) >^ >versionslibbif.c:170:1: warning: a function declaration without a prototype ofis > deprecated in allC versions of C andand is not supported in C2x > [-Wdeprecated-non-prototype] >async_read(gc, fd, ubuffer, offset, size, stride, max, depth) >^ >libasync.c:230:5: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a subsequent definition > [-Wdeprecated-non-prototype] >int async_read(); > ^ >libasync.c:520:1: warning: a function definition without a prototype is > deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >alloc_cache(gc,fd,offset,size,op) >^ >libasync.c:573:1: warning: a function definition without a prototype is > deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >incache(gc,fd,offset,size) >^ >libasync.c:603:1: error: conflicting types for 'takeoff_cache' >takeoff_cache(struct cache *gc, struct cache_ent *ce) >^ >libasync.c:427:3: note: previous implicit declaration is here > takeoff_cache(gc,ce); > ^ > is treated as a zero-parameter > prototype in C2x, conflicting with a subsequent definition > [-Wdeprecated-non-prototype] >close_xls(); >^ >libasync.c:677libbif.c:205:1: error: type specifier missing, defaults to 'int'; ISO C99 and > later do not support implicit int [-Werror,-Wimplicit-int] >:1:create_xls(name) >^ >int > error: conflicting types for 'del_cache' >del_cache(gc) >^ >libasync.c:299:2: note: previous implicitlibbif.c:221: declaration 11is: warning: passing arguments to 'do_header' herewithout a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > > do_header(fd); > ^ > del_cache(gc); > ^ >libbif.c:205:1: warning: a function definition without a prototype is deprecated > in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >create_xls(name) >^ >libbif.c:171:5: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a subsequent definition > [-Wdeprecated-non-prototype] >int create_xls(); > ^ >libbif.c:230:1: error: type specifier missing, defaults to 'int'; ISO C99 and > later do not support implicit int [-Werror,-Wimplicit-int] >do_header(fd) >^ >int >libbif.c:230:1: error: conflicting types for 'do_header' >libbif.c:172:6: note: previous declaration is here >void do_header(); > ^ >libbif.c:230:1: warning: a function definition without a prototype is deprecated > in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >do_header(fd) >^ >libasync.clibbif.c:254:1: error: type specifier missing, defaults to 'int'; ISO C99 and > later do not support implicit int [-Werror,-Wimplicit-int] >do_int(fd,val,row,column) >^ >int >libbif.c:254:1: error: conflicting types for 'do_int' >libbif.c:173:6: note: previous declaration is here >void do_int();:677 > ^: >1: warning: a function definition withoutlibbif.c:254:1: warning: a function definition without a prototype is deprecated > in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_int(fd,val,row,column) >^ >a prototype is > deprecated in libbif.c:290all:1: error: type specifier missing, defaults to 'int'; ISO C99 and > later do not support implicit int [-Werror,-Wimplicit-int] > versionsdo_float(fd, value, row, column) >^ >int > oflibbif.c:290:1: error: conflicting types for 'do_float' >libbif.c: C174:6 : note: previous declaration is here >andvoid do_float(); > ^ > is not supported in C2x > [-Wdeprecated-non-prototype] >del_cache(gc) >^ >libbif.c:290:1: warning: a function definition without a prototype is deprecated > in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >do_float(fd, value, row, column) >^ >libbif.c:373:1: error: type specifier missing, defaults to 'int'; ISO C99 and > later do not support implicit int [-Werror,-Wimplicit-int] >do_label(fd, string, row, column) >^ >int >libbif.c:373:1: error: conflicting types for 'do_label' >libbif.c:175:6: note: previous declaration is here >void do_label(); > ^ >libbif.c:373:1: warning: a function definition without a prototype is deprecated > in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >do_label(fd, string, row, column) >^ >libbif.c:416:1: error: type specifier missing, defaults to 'int'; ISO C99 and > later do not support implicit int [-Werror,-Wimplicit-int] >do_eof(fd) >^ >int >libbif.c:416:1: error: conflicting types for 'do_eof' >libbif.c:176:6: note: previous declaration is here >void do_eof(); > ^ >libbif.c:416:1: warning: a function definition without a prototype is deprecated > in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >do_eof(fd) >^ >11 warnings and 11 errors generated. >libasync.c:765:3: error: call to undeclared function 'putoninuse'; ISO C99 and > later do not support implicit function declarations > [-Werror,-Wimplicit-function-declaration] > putoninuse(gc,ce); > ^ >libasync.c:852:3: error: call to undeclared function 'putoninuse'; ISO C99 and > later do not support implicit function declarations > [-Werror,-Wimplicit-function-declaration] > putoninuse(gc,first_ce); > ^ >libasync.c:711:1: warning: a function definition without a prototype is > deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >async_read_no_copy(gc, fd, ubuffer, offset, size, stride, max, depth) >^ >make: *** [<builtin>: libbif.o] Error 1 >make: *** Waiting for unfinished jobs.... >libasync.c:870:2: error: call to undeclared function 'takeoffinuse'; ISO C99 and > later do not support implicit function declarations > [-Werror,-Wimplicit-function-declaration] > takeoffinuse(gc); > ^ >libasync.c:866:1: warning: a function definition without a prototype is > deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >async_release(gc) >^ >libasync.c:231:6: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a subsequent definition > [-Wdeprecated-non-prototype] >void async_release(); > ^ >libasync.c:884:1: error: conflicting types for 'putoninuse' >putoninuse(gc,entry) >^ >libasync.c:765:3: note: previous implicit declaration is here > putoninuse(gc,ce); > ^ >libasync.c:884:1: warning: a function definition without a prototype is > deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >putoninuse(gc,entry) >^ >libasync.c:905:1: error: conflicting types for 'takeoffinuse' >takeoffinuse(gc) >^ >libasync.c:870:2: note: previous implicit declaration is here > takeoffinuse(gc); > ^ >libasync.c:905:1: warning: a function definition without a prototype is > deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >takeoffinuse(gc) >^ >libasync.c:949:26: warning: passing arguments to 'allocate_write_buffer' without > a prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > ce=allocate_write_buffer(gc,fd,offset,size,(long long)LIO_WRITE,... > ^ >libasync.c:952:26: warning: passing arguments to 'async_put_on_write_queue' > without a prototype is deprecated in all versions of C and is not > supported in C2x [-Wdeprecated-non-prototype] > async_put_on_write_queue(gc,ce); > ^ >libasync.c:965:24: warning: passing arguments to 'async_wait_for_write' without > a prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_wait_for_write(gc); > ^ >libasync.c:971:24: warning: passing arguments to 'async_wait_for_write' without > a prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_wait_for_write(gc); > ^ >libasync.c:939:1: warning: a function definition without a prototype is > deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >async_write(gc,fd,buffer,size,offset,depth) >^ >libasync.c:233:8: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a subsequent definition > [-Wdeprecated-non-prototype] >size_t async_write(); > ^ >libasync.c:1019:23: warning: passing arguments to 'async_wait_for_write' without > a prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_wait_for_write(gc); > ^ >libasync.c:1002:1: warning: a function definition without a prototype is > deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >allocate_write_buffer(gc,fd,offset,size,op,w_depth,direct,buffer,free_addr) >^ >libasync.c:232:19: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a subsequent definition > [-Wdeprecated-non-prototype] >struct cache_ent *allocate_write_buffer(); > ^ >libasync.c:1063:1: warning: a function definition without a prototype is > deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >async_put_on_write_queue(gc,ce) >^ >libasync.c:235:6: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a subsequent definition > [-Wdeprecated-non-prototype] >void async_put_on_write_queue(); > ^ >libasync.c:1093:23: warning: passing arguments to 'async_wait_for_write' without > a prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_wait_for_write(gc); > ^ >libasync.c:1087:1: warning: a function definition without a prototype is > deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >async_write_finish(gc) >^ >libasync.c:236:6: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a subsequent definition > [-Wdeprecated-non-prototype] >void async_write_finish(); > ^ >libasync.c:1106:1: warning: a function definition without a prototype is > deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >async_wait_for_write(gc) >^ >libasync.c:234:6: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a subsequent definition > [-Wdeprecated-non-prototype] >void async_wait_for_write(); > ^ >libasync.c:1176:1: warning: a function definition without a prototype is > deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >async_write_no_copy(gc,fd,buffer,size,offset,depth,free_addr) >^ >libasync.c:1229:6iozone.c:: warning: 117a: 5: warning: a function declaration withoutfunction a prototypedefinition iswithout > adeprecated prototypein isall versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a previous declaration > [-Wdeprecated-non-prototype] >int atoi(); > ^ > > deprecated in all versions of /usr/include/stdlib.hC: 362and: 8is: notnote: conflictingsupported prototypein isC2x >here >[-Wdeprecated-non-prototype] >__NTH (atoi (const char *__nptr)) > ^ >void mbcopy(source, dest, len) > ^ >iozone.c:118:5: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype libasync.cin :C2x,1229 :conflicting6 :with warning: aa previousfunction declarationdefinition > [-Wdeprecated-non-prototype]without > a int close();prototype > ^is > > /usr/include/unistd.hdeprecated: 358in: 12all: versionsnote: conflictingof prototypeC isand hereis > not supportedextern int close (int __fd); >in ^ >C2x > [-Wdeprecated-non-prototype] >iozone.c:119:5: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a previous declaration > [-Wdeprecated-non-prototype] >int unlink(); > ^ >/usr/include/unistd.h:858:12: note: conflicting prototype is here >extern int unlink (const char *__name) __THROW __nonnull ((1)); > ^ >iozone.c:124:5: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a previous declaration > [-Wdeprecated-non-prototype] >int fsync(); > ^ >/usr/include/unistd.h:989:12: note: conflicting prototype is here >extern int fsync (int __fd); > ^ >iozone.c:125:6: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a previous declaration > [-Wdeprecated-non-prototype] >void srand48(); > ^ >/usr/include/stdlib.h:482:13: note: conflicting prototype is here >extern void srand48 (long int __seedval) __THROW; > ^ >40 warnings and 12 errors generated. >make: *** [<builtin>: libasync.o] Error 1 >iozone.c:1269:9: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a previous declaration > [-Wdeprecated-non-prototype] >ssize_t pwrite64(); > ^ >/usr/include/unistd.h:427:16: note: conflicting prototype is here >extern ssize_t pwrite64 (int __fd, const void *__buf, size_t __n, > ^ >iozone.c:1270:9: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a previous declaration > [-Wdeprecated-non-prototype] >ssize_t pread64(); > ^ >/usr/include/unistd.h:422:16: note: conflicting prototype is here >extern ssize_t pread64 (int __fd, void *__buf, size_t __nbytes, > ^ >iozone.c:1346:6: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a subsequent declaration > [-Wdeprecated-non-prototype] >void init_file_sizes(); > ^ >iozone.c:1349:6: note: conflicting prototype is here >void init_file_sizes( off64_t, off64_t); > ^ >iozone.c:1834:6: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a previous declaration > [-Wdeprecated-non-prototype] >void child_send(); > ^ >iozone.c:1100:6: note: conflicting prototype is here >void child_send(char *, struct master_command *, int ); > ^ >iozone.c:1846:1: warning: a function definition without a prototype is > deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >main(argc,argv) >^ >iozone.c:3652:14: warning: passing arguments to a function without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > func[i](kilobytes64,reclen,&data1[i],&data2[i]); > ^ >iozone.c:3666:18: warning: passing arguments to a function without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > func[test_num](kilobytes64,reclen,&data1[test_nu... > ^ >iozone.c:7989:14: warning: passing arguments to 'async_init' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_init(&gc,fd,direct_flag); > ^ >iozone.c:8091:30: warning: passing arguments to 'async_write_no_copy' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_write_no_copy(gc, (long long)fd, nb... > ^ >iozone.c:8093:22: warning: passing arguments to 'async_write' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_write(gc, (long long)fd, pbuff, rec... > ^ >iozone.c:8179:13: warning: passing arguments to 'end_async' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > end_async(gc); > ^ >iozone.c:8886:14: warning: passing arguments to 'async_init' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_init(&gc,fd,direct_flag); > ^ >iozone.c:9035:28: warning: passing arguments to 'async_read_no_copy' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_read_no_copy(gc, (long long)fd, &buf... > ^ >iozone.c:9038:20: warning: passing arguments to 'async_read' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_read(gc, (long long)fd, nbuff, (i*re... > ^ >iozone.c:9091:18: warning: passing arguments to 'async_release' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_release(gc); > ^ >iozone.c:9144:13: warning: passing arguments to 'end_async' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > end_async(gc); > ^ >iozone.c:9405:14: warning: passing arguments to 'async_init' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_init(&gc,fd,direct_flag); > ^ >iozone.c:9522:30: warning: passing arguments to 'async_read_no_copy' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_read_no_copy(gc, (long long)fd, &b... > ^ >iozone.c:9525:16: warning: passing arguments to 'async_read' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_read(gc, (long long)fd, nbuff, (o... > ^ >iozone.c:9559:18: warning: passing arguments to 'async_release' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_release(gc); > ^ >iozone.c:9646:38: warning: passing arguments to 'async_write_no_copy' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_write_no_copy(gc, (l... > ^ >iozone.c:9649:24: warning: passing arguments to 'async_write' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_write(gc, (long lo... > ^ >iozone.c:9682:12: warning: passing arguments to 'end_async' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > end_async(gc); > ^ >iozone.c:9878:14: warning: passing arguments to 'async_init' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_init(&gc,fd,direct_flag); > ^ >iozone.c:9965:29: warning: passing arguments to 'async_read_no_copy' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_read_no_copy(gc, (long long)fd, &bu... > ^ >iozone.c:9968:21: warning: passing arguments to 'async_read' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_read(gc, (long long)fd, nbuff, (((n... > ^ >iozone.c:9998:18: warning: passing arguments to 'async_release' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_release(gc); > ^ >iozone.c:10012:13: warning: passing arguments to 'end_async' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > end_async(gc); > ^ >iozone.c:10207:13: warning: passing arguments to 'async_init' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_init(&gc,fd,direct_flag); > ^ >iozone.c:10285:30: warning: passing arguments to 'async_write_no_copy' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_write_no_copy(gc, (long long)fd, nb... > ^ >iozone.c:10287:22: warning: passing arguments to 'async_write' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_write(gc, (long long)fd, nbuff, rec... > ^ >iozone.c:10322:12: warning: passing arguments to 'end_async' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > end_async(gc); > ^ >iozone.c:10492:13: warning: passing arguments to 'async_init' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_init(&gc,fd,direct_flag); > ^ >iozone.c:10568:28: warning: passing arguments to 'async_read_no_copy' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_read_no_copy(gc, (long long)fd, &buf... > ^ >iozone.c:10571:21: warning: passing arguments to 'async_read' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_read(gc, (long long)fd, nbuff, curr... > ^ >iozone.c:10611:17: warning: passing arguments to 'async_release' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_release(gc); > ^ >iozone.c:10672:12: warning: passing arguments to 'end_async' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > end_async(gc); > ^ >iozone.c:12105:12: warning: passing arguments to 'do_float' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_float(bif_fd,(double)(rec_size/1024),bif_row,... > ^ >iozone.c:12122:11: warning: passing arguments to 'do_float' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_float(bif_fd,(double)(current_file_size),bif_row,bif_... > ^ >iozone.c:12137:13: warning: passing arguments to 'do_float' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_float(bif_fd,(double)(current_file_si... > ^ >iozone.c:12146:12: warning: passing arguments to 'do_float' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_float(bif_fd,(double)(report_array[who][i]),b... > ^ >iozone.c:12172:20: warning: passing arguments to 'create_xls' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > bif_fd=create_xls(bif_filename); > ^ >iozone.c:12173:11: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,command_line,bif_row++,bif_column); > ^ >iozone.c:12174:11: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd," ",bif_row++,bif_column); > ^ >iozone.c:12175:25: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,"The top row is records sizes, the left ... > ^ >iozone.c:12181:11: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,"Writer Report",bif_row++,bif_column); > ^ >iozone.c:12185:11: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,"Re-writer Report",bif_row++,bif_column); > ^ >iozone.c:12192:11: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,"Reader Report",bif_row++,bif_column); > ^ >iozone.c:12196:11: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,"Re-reader Report",bif_row++,bif_column); > ^ >iozone.c:12203:12: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,"Random Read Report",bif_row++,b... > ^ >iozone.c:12207:12: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,"Random Write Report",bif_row++,... > ^ >iozone.c:12214:12: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,"Backward Read Report",bif_row++... > ^ >iozone.c:12221:12: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,"Record Rewrite Report",bif_row+... > ^ >iozone.c:12228:12: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,"Stride Read Report",bif_row++,b... > ^ >iozone.c:12235:12: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,"Fwrite Report",bif_row++,bif_column); > ^ >iozone.c:12239:12: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,"Re-fwrite Report",bif_row++,bif... > ^ >iozone.c:12246:12: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,"Fread Report",bif_row++,bif_column); > ^ >iozone.c:12250:12: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,"Re-fread Report",bif_row++,bif_column); > ^ >iozone.c:12260:13: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,"Pwrite Report",bif_row+... > ^ >iozone.c:12264:13: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,"Re-pwrite Report",bif_r... > ^ >iozone.c:12271:13: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,"Pread Report",bif_row++... > ^ >iozone.c:12275:13: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,"Re-pread Report",bif_ro... > ^ >iozone.c:12308:12: warning: passing arguments to 'close_xls' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > close_xls(bif_fd); > ^ >iozone.c:12335:12: warning: passing arguments to 'do_float' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_float(bif_fd, (double)(rec_size/1024), bif_ro... > ^ >iozone.c:12352:11: warning: passing arguments to 'do_float' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_float(bif_fd, (double)(current_file_size), bif_row, b... > ^ >iozone.c:12367:13: warning: passing arguments to 'do_float' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_float(bif_fd, (double)(current_file_s... > ^ >iozone.c:12376:12: warning: passing arguments to 'do_float' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_float(bif_fd, (double)(runtimes [who][i].cpuu... > ^ >iozone.c:12402:11: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, "Writer CPU utilization report (Zero va... > ^ >iozone.c:12406:11: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, "Re-writer CPU utilization report (Zer... > ^ >iozone.c:12413:11: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, "Reader CPU utilization report (Zero va... > ^ >iozone.c:12417:11: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, "Re-reader CPU utilization report (Zer... > ^ >iozone.c:12424:12: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, "Random Read CPU utilization re... > ^ >iozone.c:12428:12: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, "Random Write CPU utilization r... > ^ >iozone.c:12435:12: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, "Backward Read CPU utilization ... > ^ >iozone.c:12442:12: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, "Record Rewrite CPU utilizatio... > ^ >iozone.c:12449:12: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, "Stride Read CPU utilization re... > ^ >iozone.c:12456:12: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, "Fwrite CPU utilization report ... > ^ >iozone.c:12460:12: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, "Re-fwrite CPU utilization repo... > ^ >iozone.c:12467:12: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, "Fread CPU utilization report (... > ^ >iozone.c:12471:12: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, "Re-fread CPU utilization repor... > ^ >iozone.c:12481:13: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, "Pwrite CPU utilizatio... > ^ >iozone.c:12485:13: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, "Re-pwrite CPU utilizat... > ^ >iozone.c:12492:13: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, "Pread CPU utilization ... > ^ >iozone.c:12496:13: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, "Re-pread CPU utilizati... > ^ >iozone.c:13062:13: warning: passing arguments to 'async_init' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_init(&gc,fd,direct_flag); > ^ >iozone.c:13264:31: warning: passing arguments to 'async_write_no_copy' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_write_no_copy(gc, (long long)fd, n... > ^ >iozone.c:13267:16: warning: passing arguments to 'async_write' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_write(gc, (long long)fd, nbuff, re... > ^ >iozone.c:13398:12: warning: passing arguments to 'end_async' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > end_async(gc); > ^ >iozone.c:13757:13: warning: passing arguments to 'async_init' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_init(&gc,fd,direct_flag); > ^ >iozone.c:13929:31: warning: passing arguments to 'async_write_no_copy' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_write_no_copy(gc, (long long)fd, n... > ^ >iozone.c:13932:16: warning: passing arguments to 'async_write' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_write(gc, (long long)fd, nbuff, re... > ^ >iozone.c:14047:12: warning: passing arguments to 'end_async' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > end_async(gc); > ^ >iozone.c:14400:13: warning: passing arguments to 'async_init' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_init(&gc,fd,direct_flag); > ^ >iozone.c:14556:31: warning: passing arguments to 'async_write_no_copy' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_write_no_copy(gc, (long long)fd, n... > ^ >iozone.c:14559:16: warning: passing arguments to 'async_write' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_write(gc, (long long)fd, nbuff, re... > ^ >iozone.c:14650:12: warning: passing arguments to 'end_async' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > end_async(gc); > ^ >iozone.c:14946:13: warning: passing arguments to 'async_init' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_init(&gc,fd,direct_flag); > ^ >iozone.c:15122:28: warning: passing arguments to 'async_read_no_copy' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_read_no_copy(gc, (long long)fd, &buf... > ^ >iozone.c:15125:20: warning: passing arguments to 'async_read' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_read(gc, (long long)fd, nbuff, (i*re... > ^ >iozone.c:15191:17: warning: passing arguments to 'async_release' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_release(gc); > ^ >iozone.c:15240:12: warning: passing arguments to 'end_async' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > end_async(gc); > ^ >iozone.c:15507:13: warning: passing arguments to 'async_init' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_init(&gc,fd,direct_flag); > ^ >iozone.c:15665:28: warning: passing arguments to 'async_read_no_copy' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_read_no_copy(gc, (long long)fd, &buf... > ^ >iozone.c:15668:20: warning: passing arguments to 'async_read' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_read(gc, (long long)fd, nbuff, (traj... > ^ >iozone.c:15726:17: warning: passing arguments to 'async_release' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_release(gc); > ^ >iozone.c:15775:12: warning: passing arguments to 'end_async' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > end_async(gc); > ^ >iozone.c:16079:13: warning: passing arguments to 'async_init' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_init(&gc,fd,direct_flag); > ^ >iozone.c:16235:28: warning: passing arguments to 'async_read_no_copy' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_read_no_copy(gc, (long long)fd, &buf... > ^ >iozone.c:16238:20: warning: passing arguments to 'async_read' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_read(gc, (long long)fd, nbuff, (i*re... > ^ >iozone.c:16304:17: warning: passing arguments to 'async_release' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_release(gc); > ^ >iozone.c:16354:12: warning: passing arguments to 'end_async' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > end_async(gc); > ^ >iozone.c:16641:13: warning: passing arguments to 'async_init' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_init(&gc,fd,direct_flag); > ^ >iozone.c:16794:28: warning: passing arguments to 'async_read_no_copy' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_read_no_copy(gc, (long long)fd, &buf... > ^ >iozone.c:16797:20: warning: passing arguments to 'async_read' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_read(gc, (long long)fd, nbuff, (curr... > ^ >iozone.c:16859:17: warning: passing arguments to 'async_release' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_release(gc); > ^ >iozone.c:16905:12: warning: passing arguments to 'end_async' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > end_async(gc); > ^ >iozone.c:17176:13: warning: passing arguments to 'async_init' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_init(&gc,fd,direct_flag); > ^ >iozone.c:17304:28: warning: passing arguments to 'async_read_no_copy' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_read_no_copy(gc, (long long)fd, &buf... > ^ >iozone.c:17307:20: warning: passing arguments to 'async_read' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_read(gc, (long long)fd, nbuff, (curr... > ^ >iozone.c:17369:17: warning: passing arguments to 'async_release' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_release(gc); > ^ >iozone.c:17450:12: warning: passing arguments to 'end_async' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > end_async(gc); > ^ >iozone.c:17835:13: warning: passing arguments to 'async_init' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_init(&gc,fd,direct_flag); > ^ >iozone.c:18027:28: warning: passing arguments to 'async_read_no_copy' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_read_no_copy(gc, (long long)fd, &buf... > ^ >iozone.c:18030:20: warning: passing arguments to 'async_read' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_read(gc, (long long)fd, nbuff, (curr... > ^ >iozone.c:18095:17: warning: passing arguments to 'async_release' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_release(gc); > ^ >iozone.c:18135:12: warning: passing arguments to 'end_async' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > end_async(gc); > ^ >iozone.c:18518:13: warning: passing arguments to 'async_init' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_init(&gc,fd,direct_flag); > ^ >iozone.c:18701:31: warning: passing arguments to 'async_write_no_copy' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_write_no_copy(gc, (long long)fd, n... > ^ >iozone.c:18704:16: warning: passing arguments to 'async_write' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > async_write(gc, (long long)fd, nbuff, re... > ^ >iozone.c:18824:12: warning: passing arguments to 'end_async' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > end_async(gc); > ^ >iozone.c:19230:11: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, print_str, bif_row++, bif_column); > ^ >iozone.c:19247:11: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, print_str, bif_row++, bif_column); > ^ >iozone.c:19249:11: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, print_str, bif_row++, bif_column); > ^ >iozone.c:19257:12: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd, print_str, bif_row, bif_column++); > ^ >iozone.c:19263:13: warning: passing arguments to 'do_float' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_float(bif_fd, runtimes[i][j].cpuutil... > ^ >iozone.c:19301:20: warning: passing arguments to 'create_xls' without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > bif_fd=create_xls(bif_filename); > ^ >iozone.c:19302:11: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,command_line,bif_row++,bif_column); > ^ >iozone.c:19304:11: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,print_str,bif_row++,bif_column); > ^ >iozone.c:19326:11: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,print_str,bif_row++,bif_column); > ^ >iozone.c:19328:11: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,print_str,bif_row++,bif_column); > ^ >iozone.c:19336:15: warning: passing arguments to 'do_label' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_label(bif_fd,print_str,bif_row,bif_column++); > ^ >iozone.c:19343:16: warning: passing arguments to 'do_float' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > do_float(bif_fd,(double)report_darray... > ^ >iozone.c:19357:12: warning: passing arguments to 'close_xls' without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] > close_xls(bif_fd); > ^ >iozone.c:1834:6: warning: a function declaration without a prototype is > deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >void child_send(); > ^ >iozone.c:21015:1: note: conflicting prototype is here >child_send(char *controlling_host_name, struct master_command *send_buff... >^ >149 warnings generated. >clang -c -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Dunix -DHAVE_ANSIC_C -DASYNC_IO -D_LARGEFILE64_SOURCE \ > -DSHARED_MEM -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Dlinux -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int libbif.c -o libbif.o >clang-15: warning: -Wl,-O1: 'linker' input unused [-Wunused-command-line-argument] >clang-15: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] >clang-15: warning: -Wl,--defsym=__gentoo_check_ldflags__=0: 'linker' input unused [-Wunused-command-line-argument] >clang -c -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Dunix -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Dlinux -DHAVE_ANSIC_C -DASYNC_IO \ > -D_LARGEFILE64_SOURCE -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int libasync.c -o libasync.o >clang-15: warning: -Wl,-O1: 'linker' input unused [-Wunused-command-line-argument] >clang-15: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] >clang-15: warning: -Wl,--defsym=__gentoo_check_ldflags__=0: 'linker' input unused [-Wunused-command-line-argument] >libasync.c:204:26: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a subsequent declaration > [-Wdeprecated-non-prototype] >static struct cache_ent *alloc_cache(); > ^ >libasync.c:220:20: note: conflicting prototype is here >struct cache_ent * alloc_cache(struct cache *gc,long long fd,off64_t off... > ^ >libasync.c:205:26: warning: a function declaration without a prototype is > deprecated in all versions of C and is treated as a zero-parameter > prototype in C2x, conflicting with a subsequent declaration > [-Wdeprecated-non-prototype] >static struct cache_ent *incache(); > ^ >libasync.c:221:20: note: conflicting prototype is here >struct cache_ent * incache(struct cache *, long long, off64_t, long long); > ^ >libasync.c:1087:1: warning: a function definition without a prototype is > deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >async_write_finish(gc) >^ >libasync.c:1229:6: warning: a function definition without a prototype is > deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >void mbcopy(source, dest, len) > ^ >libasync.c:1229:6: warning: a function definition without a prototype is > deprecated in all versions of C and is not supported in C2x > [-Wdeprecated-non-prototype] >5 warnings generated. >make: Leaving directory '/var/tmp/portage/app-benchmarks/iozone-3.488/work/iozone3_488/src/current' > * ERROR: app-benchmarks/iozone-3.488::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-benchmarks/iozone-3.488::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-benchmarks/iozone-3.488::gentoo'`. > * The complete build log is located at '/var/log/portage/app-benchmarks:iozone-3.488:20220917-203845.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-benchmarks/iozone-3.488/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-benchmarks/iozone-3.488/temp/environment'. > * Working directory: '/var/tmp/portage/app-benchmarks/iozone-3.488/work/iozone3_488' > * S: '/var/tmp/portage/app-benchmarks/iozone-3.488/work/iozone3_488' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 871093
:
809773
| 809776 |
809779
|
809782
|
809785
|
809788