Message ID | 20190704055217.45860-1-natechancellor@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | amdgpu clang warning fixes on next-20190703 | expand |
Applied the series. thanks! Alex On Thu, Jul 4, 2019 at 3:26 AM Nathan Chancellor <natechancellor@gmail.com> wrote: > > Hi all, > > I don't do threaded patches very often so if I have messed something up, > please forgive me :) > > This series fixes all of the clang warnings that I saw added in > next-20190703. The full list is visible in the gist linked below and > each full individual warning can be seen in the GitHub link in each > patch. > > https://gist.github.com/5411af08b96c99b14e60c60800e99a47 > > All of the warnings are fixed in what I believe is the optimal way but > the enum conversion warnings were the trickiest; please review carefully > as the code paths for some of them have changed (especially in patch 3 > and 6). > > Thank you! > Nathan > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel
On Mon, Jul 08, 2019 at 11:55:50AM -0400, Alex Deucher wrote: > Applied the series. thanks! > > Alex Thank you :) I don't see the enum conversion ones in your current tree. If they indeed caused issues, could you guys please look into fixing the warnings properly yourselves (maybe something like Arnd's patch?) or let me know how you would like them fixed (explicit casts, changing type to int, etc)? https://patchwork.freedesktop.org/patch/316466/ Cheers, Nathan