If you're sure they're unused by generated Go code,
feel free to delete them.
I'm a little surprised by that, but maybe the floating
point code generation has gotten better than it was.
Russ
On 2012/05/03 20:47:49, rsc wrote:
> Please use FLUSH instead of USED.
FLUSH is defined in runtime.h, but as stated in beginning of vlrt_arm.c:
// declared here to avoid include of runtime.h
void runtimeĀ·panicstring(char*);
I think I'd better not to include runtime.h for this file.
LGTM
On Fri, May 4, 2012 at 12:07 PM, <minux.ma@gmail.com> wrote:
> I think I'd better not to include runtime.h for this file.
That's fine. Did removing the functions entirely not work?
If you can't remove them, please put // FLUSH on the USED lines.
Thanks.
Russ
On 2012/05/04 16:12:22, rsc wrote:
> On Fri, May 4, 2012 at 12:07 PM, <mailto:minux.ma@gmail.com> wrote:
> That's fine. Did removing the functions entirely not work?
Unfortunately, they are still referenced in cmd/gc/walk.c
Issue 6185047: code review 6185047: runtime: fix c compiler warning
(Closed)
Created 13 years ago by minux1
Modified 13 years ago
Reviewers:
Base URL:
Comments: 0