
9 Feb
2017
9 Feb
'17
5:51 p.m.
On 02/09/2017 02:32 AM, Thomas Schaefer wrote:
Hi York,
When compiling latest u-boot with gcc 6.3 compiler, I get several ‘unused-const-variable’ warnings in options.c file of FSL DDR driver. Affected variables are for (DIMM_SLOTS_PER_CTLR==2) configuration (e.g. dual_0S[4]) and warnings could be fixed with the patch applied.
What do you think?
Thomas,
Thanks for bringing it to my attention. I understand GCC 6 may have more warnings. The proposed patch is OK in logic but it increases the size of code unnecessarily. Can you come up with a different fix?
I can come back to check after I finish my work on hand.
York