On 11 December 2016 at 18:03, Grazvydas Ignotas wrote:
> xf86drm.c:3601:21: warning: comparison between signed and unsigned integer
> expressions [-Wsign-compare]
> while (expected < sizeof(match)) {
> ^
>
Pushed to master.
Thanks !
Emil
xf86drm.c:3601:21: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
while (expected < sizeof(match)) {
^
Signed-off-by: Grazvydas Ignotas
---
xf86drm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xf86drm.c b/x