opnsense-src/sys/riscv
Dimitry Andric cba63237c9 Adjust function definition in riscv's db_trace.c to avoid clang 15 warning
With clang 15, the following -Werror warning is produced:

    sys/riscv/riscv/db_trace.c:56:23: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
    db_md_list_watchpoints()
                          ^
                           void

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

MFC after:	3 days

(cherry picked from commit da36b5d244)
2022-08-21 13:16:43 +02:00
..
allwinner aw_wdog: support Allwinner D1 watchdog 2022-05-16 10:34:04 -03:00
conf aw_wdog: support Allwinner D1 watchdog 2022-05-16 10:34:04 -03:00
include riscv: implement db_show_mdpcpu() 2022-08-11 11:21:41 -03:00
riscv Adjust function definition in riscv's db_trace.c to avoid clang 15 warning 2022-08-21 13:16:43 +02:00
sifive sifive_spi: Add missing case for SPIBUS_MODE_NONE 2021-09-07 13:08:20 +01:00