CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/08/01 13:06:20
Modified files:
devel/glib2 : Makefile
Added files:
devel/glib2/patches: patch-glib_gmacros_h
Log message:
Upstream commit: Define G_GNUC_FALLTHROUGH for more compilers
This defines G_GNUC_FALLTHROUGH to expand to __attribute__((fallthrough))
on LLVM 10, so it can silence warnings from -Wimplicit-fallthrough.
ok ajacoutot@
