Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/nouveau nouveau_nv50_display.c and nou...



details:   https://anonhg.NetBSD.org/src/rev/b1cffc2d8daf
branches:  trunk
changeset: 836319:b1cffc2d8daf
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 12 01:16:20 2018 +0000

description:
nouveau_nv50_display.c and nouveau_nvif_client.c have variable structures
not at the end of a structure.

diffstat:

 sys/external/bsd/drm2/nouveau/files.nouveau |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 865e443edb9f -r b1cffc2d8daf sys/external/bsd/drm2/nouveau/files.nouveau
--- a/sys/external/bsd/drm2/nouveau/files.nouveau       Fri Oct 12 01:13:51 2018 +0000
+++ b/sys/external/bsd/drm2/nouveau/files.nouveau       Fri Oct 12 01:16:20 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.nouveau,v 1.21 2018/08/27 16:06:01 riastradh Exp $
+#      $NetBSD: files.nouveau,v 1.22 2018/10/12 01:16:20 christos Exp $
 
 version        20180827
 
@@ -27,6 +27,7 @@
 
 makeoptions    nouveau "CWARNFLAGS.nouveau"+="-Wno-missing-field-initializers"
 makeoptions    nouveau "CWARNFLAGS.nouveau"+="-Wno-shadow"
+makeoptions    nouveau "CWARNFLAGS.clang"+="-Wno-gnu-variable-sized-type-not-at-end"
 
 file   external/bsd/drm2/nouveau/nouveau_module.c      nouveau
 



Home | Main Index | Thread Index | Old Index