On Tue, Nov 26, 2019 at 03:44:40PM +1300, Paul Eggleton wrote:
Hi Quentin
On Wednesday, 20 November 2019 5:06:17 AM NZDT Quentin Schulz wrote:
At least since gcc v8, source code with asm volatile won't compile anymore.
The volatile qualifier anyway is a no-op since asm blocks are implicitly volatile as written in the documentation[1].
Let's get rid of this redundant qualifier so we can build with newer GCCs.
So I tested this and the name of the patch doesn't match up with the change to SRC_URI. I have however gone ahead and fixed it and merged it to warrior, but if you could please ensure you test future patches that would be much appreciated.
*sigh* Guilty of "last minute renaming and not retesting".
Thanks for taking care of it, will make sure I'll be more careful before sending patches.