* Compile warnings with linux 4.2-rc1 on i915_debugfs_connector_add
@ 2015-07-12 15:51 François Valenduc
0 siblings, 0 replies; only message in thread
From: François Valenduc @ 2015-07-12 15:51 UTC (permalink / raw)
To: dri-devel
Hello everybody,
I get plenty of time the same compile warnings with linux 4.2-rc1:
In file included from drivers/gpu/drm/i915/intel_drv.h:32:0,
from drivers/gpu/drm/i915/i915_dma.c:36:
drivers/gpu/drm/i915/i915_drv.h: In function ‘i915_debugfs_connector_add’:
drivers/gpu/drm/i915/i915_drv.h:3119:53: attention : « return » manquant
dans une fonction devant retourner une valeur [-Wreturn-type]
static inline int i915_debugfs_connector_add(struct drm_connector
*connector) {}
The warnings still occur with the latest git tree. I have compiled the
kernel with LC_ALL=C but the end of the message is still in french. So,
it complains that the function should return a value.
Is it really a problematic warning ?
Thanks in advance for your help,
François Valenduc
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-07-12 15:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-12 15:51 Compile warnings with linux 4.2-rc1 on i915_debugfs_connector_add François Valenduc
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.