freebsd-dev/sys/powerpc/aim
Dimitry Andric ff490346fd Adjust function definition in moea64_native.c to avoid clang 15 warning
With clang 15, the following -Werror warning is produced:

    sys/powerpc/aim/moea64_native.c:306:22: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
    moea64_install_native()
                         ^
                          void

This is because moea64_install_native() is declared with a (void)
argument list, but defined with an empty argument list. Make the
definition match the declaration.

MFC after:	3 days
2022-08-15 20:48:35 +02:00
..
aim_machdep.c Adjust function definition in aim_machdep.c to avoid clang 15 warning 2022-08-15 20:48:34 +02:00
locore32.S
locore64.S powerpc64le: fix boot when using QEMU PowerNV 2021-11-25 16:41:46 -03:00
locore.S Add CFI start/end proc directives to arm64, i386, and ppc 2020-12-05 00:33:28 +00:00
mmu_oea64.c Adjust function definitions in mmu_oea64.c to avoid clang 15 warnings 2022-08-15 20:48:34 +02:00
mmu_oea64.h powerpc64: Split out DMAP and non-DMAP implementations of some methods 2021-05-05 20:57:33 -05:00
mmu_oea.c powerpc: Fix two typos in source code comments 2022-04-09 09:14:07 +02:00
mmu_radix.c Fix unused variable warning in mmu_radix.c 2022-08-15 20:48:34 +02:00
moea64_native.c Adjust function definition in moea64_native.c to avoid clang 15 warning 2022-08-15 20:48:35 +02:00
mp_cpudep.c powerpc cpudep_ap_setup: Quite unused variable warnings. 2022-04-12 14:58:59 -07:00
slb.c Convert consumers to vm_page_alloc_noobj_contig() 2021-10-19 21:22:56 -04:00
trap_subr32.S AST: rework 2022-08-02 21:11:09 +03:00
trap_subr64.S AST: rework 2022-08-02 21:11:09 +03:00