Re: [PATCH v2] Remove unused variable in fds/drm.c.
Dave Jones <[email protected]> Fri, 4 Dec 2015 13:07:01 -0500
| Newsgroups | org.kernel.vger.trinity |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Dec 04, 2015 at 02:18:52AM -0800, Vinson Lee wrote: > Fix build error with GCC 5.2.1. >=20 > CC fds/drm.o > fds/drm.c: In function =E2=80=98open_drm_fds=E2=80=99: > fds/drm.c:70:15: error: unused variable =E2=80=98i=E2=80=99 [-Werror= =3Dunused-variable] > unsigned int i; > ^ Applied. I wonder why debian's 5.2.1 didn't pick up on this. Judging by your other patches, I'm guessing this is Fedora's version ? Dave