History log of /netbsd-src/sys/modules/viadrmums/Makefile (Results 1 – 6 of 6)
Revision Date Author Comments
# 230c41e4 03-Jun-2023 lukem <lukem@NetBSD.org>

adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}

Use ${CC_WNO_IMPLICIT_FALLTHROUGH} instead of
the older style more complex expressions.


# 20728f16 19-Dec-2021 riastradh <riastradh@NetBSD.org>

Fix i386 modules build: viadrmums requires CONFIG_DRM_LEGACY.


# 21303c93 29-Sep-2019 mrg <mrg@NetBSD.org>

convert HAVE_GCC == 7 to HAVE_GCC >= 7.


# 2bc4fb1f 17-Feb-2019 rin <rin@NetBSD.org>

Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among

Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5

Discussed on tech-kern.

show more ...


# 50bd97fc 04-Feb-2019 mrg <mrg@NetBSD.org>

apply -Wno-error=implicit-fallthrough to via_dmablit.c.


# f4b38f03 29-Apr-2015 riastradh <riastradh@NetBSD.org>

Module for viadrmums.