<div dir="ltr">Hi<div><br></div><div>Not sure the best way to fix this warning that occurs in 161 BSPs. :(</div><div><br></div><div><div>    161 ../../../../../../rtems/c/src/../../cpukit/libmisc/capture/rtems-trace-buffer-vars.c:22:12: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]</div></div><div><br></div><div>The code is</div><div><br></div><div><div>const char const* __rtld_trace_names[1] __attribute__ ((weak));</div></div><div><br></div><div>I am guessing that the intent was to put the second const on the right</div><div>hand side of the *. Or not to have a second one. </div><div><br></div><div>Thoughts?</div><div><br></div><div>Thanks.</div><div><br></div><div>--joel</div><div><br></div></div>