freebsd-dev/sys
Dimitry Andric 7a98c884f2 Adjust function definitions in mmu_oea64.c to avoid clang 15 warnings
With clang 15, the following -Werror warnings are produced:

    sys/powerpc/aim/mmu_oea64.c:1947:12: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
    moea64_init()
               ^
                void
    sys/powerpc/aim/mmu_oea64.c:3257:17: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
    moea64_scan_init()
                    ^
                     void

This is because moea64_init() and moea64_scan_init() are declared with
(void) argument lists, but defined with empty argument lists. Make the
definitions match the declarations.

MFC after:	3 days
2022-08-15 20:48:34 +02:00
..
amd64 Document implicit dependencies of the mlx5(4) & friends. 2022-08-11 16:33:09 -07:00
arm Adjust function definition in arm's mv_common.c to avoid clang 15 warning 2022-08-15 20:48:33 +02:00
arm64 Adjust function definition in arm64's db_trace.c to avoid clang 15 warning 2022-08-15 20:48:33 +02:00
bsm
cam Delay GEOM disk_create() until CAM periph probe completes. 2022-07-14 16:17:36 -04:00
cddl Adjust function definition in riscv's dtrace_subr.c to avoid clang 15 warning 2022-08-14 21:27:34 +02:00
compat elf_note_prpsinfo: handle more failures from proc_getargv() 2022-08-09 15:44:45 -04:00
conf x86: remove MP_WATCHDOG 2022-08-11 21:35:32 +00:00
contrib zfs: merge openzfs/zfs@b3d0568cf 2022-08-14 01:14:21 +02:00
crypto skein: Update guard define check 2022-07-24 16:53:35 -06:00
ddb Adjust db_flush_line() definition to avoid clang 15 warning 2022-07-19 20:37:15 +02:00
dev wtap: Implement IBSS mode on wtap(4) 2022-08-15 16:35:36 +00:00
dts
fs nullfs(5): Fix a typo in a source code comment 2022-08-07 14:04:53 +02:00
gdb
geom Adjust g_waitidle() visibility and definition 2022-08-02 21:11:10 +03:00
gnu
i386 x86: remove MP_WATCHDOG 2022-08-11 21:35:32 +00:00
isa Adjust function definition in isa's pnp.c to avoid clang 15 warning 2022-07-27 21:13:59 +02:00
kern Adjust function definition in kern_poll.c to avoid clang 15 warning 2022-08-14 21:27:34 +02:00
kgssapi
libkern
modules zfs: merge openzfs/zfs@b3d0568cf 2022-08-14 01:14:21 +02:00
net routing: retire rib_lookup_info() 2022-08-15 06:46:30 +00:00
net80211 net80211: add an IEEE80211_IS_PROTECTED() macro 2022-08-14 09:48:06 -07:00
netgraph protosw: change prototype for pr_control 2022-08-12 12:08:18 -07:00
netinet Fix unused variable warnings in tcp_hpts.c 2022-08-15 20:48:34 +02:00
netinet6 protosw: change prototype for pr_control 2022-08-12 12:08:18 -07:00
netipsec keysock: explicitly initialized LIST_HEAD 2022-08-12 12:29:26 -07:00
netpfil protosw: retire pr_output method 2022-08-11 09:19:37 -07:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed protosw: change prototype for pr_control 2022-08-12 12:08:18 -07:00
opencrypto opencrypto: mark INVARIANTS variables as __diagused 2022-08-10 15:35:29 -04:00
powerpc Adjust function definitions in mmu_oea64.c to avoid clang 15 warnings 2022-08-15 20:48:34 +02:00
riscv AST: rework 2022-08-02 21:11:09 +03:00
rpc Adjust authnone_create() definition to avoid clang 15 warning 2022-07-25 00:40:13 +02:00
security mac_ddb: Fix the show rman validator. 2022-08-12 10:20:05 -07:00
sys netlink: add AF_NETLINK / PF_NETLINK definitions 2022-08-14 09:22:33 +00:00
teken
tests
tools
ufs Explicitly initialize rather than reading newly allocated UFS inodes. 2022-08-13 13:51:25 -07:00
vm sys/vm: Add TSLOG to some functions 2022-08-12 16:53:04 -07:00
x86 lapic_init: Reduce LOOPS 2022-08-13 15:28:09 -07:00
xdr
xen
Makefile