Re: [PATCH v16 01/23] compositor-drm: Property accessor can be const

2018-07-06 Thread Pekka Paalanen
On Thu, 5 Jul 2018 18:16:28 +0100 Daniel Stone wrote: > Since it doesn't write to the parameter, we can make it const. > > Signed-off-by: Daniel Stone > --- > libweston/compositor-drm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libweston/compositor-drm.c b/libw

[PATCH v16 01/23] compositor-drm: Property accessor can be const

2018-07-05 Thread Daniel Stone
Since it doesn't write to the parameter, we can make it const. Signed-off-by: Daniel Stone --- libweston/compositor-drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libweston/compositor-drm.c b/libweston/compositor-drm.c index b96e29671..c6b82ac44 100644 --- a/libweston/