freebsd-dev/sys/powerpc/aim
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
..
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 powerpc/aim: ifdef DDB pmap debugging functions 2022-01-07 08:56:57 -07:00
moea64_native.c ppc mmoea64: Workaround set but unused warnings for RB_NEXT. 2022-04-12 14:58:58 -07: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