Silence clang warning about extraneous parenthsis
Details
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
This is OK, but can you check to see if a newer version of upstream dtc has this fix already? I'd rather import it that way than like this since it has the potential for complicating future imports.
I checked the URLs in the source and can't seem to find this software online anymore. Did it move to gnu.org or something?
Verified that upstream code has the same issue. Still trying to figure out where the mailing list for this project actually is.
From git://xenbits.xen.org/people/ianc/device-tree-rebasing
is where I've been grabbing from...
Oh, wait, that's for the .dts files.
https://git.kernel.org/cgit/utils/dtc/dtc.git/tree/checks.c#n628
Confirmed that this matches upstream. I don't know of anyone that is getting ready to update dtc though, should I just commit this?
These are fine. They look correct and have been verified upstream. Committing will cause no issues for next update.