dri2.c:516:21: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
if (front->name < 0)
Prevents a failure from being ignored.
|
||
|---|---|---|
| .. | ||
| modesetting | ||
| Makefile.am | ||
dri2.c:516:21: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
if (front->name < 0)
Prevents a failure from being ignored.
|
||
|---|---|---|
| .. | ||
| modesetting | ||
| Makefile.am | ||