mirror of https://github.com/golang/go.git
runtime: silence warnings
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5656084
This commit is contained in:
parent
1e0f97ac65
commit
b8f465644c
|
|
@ -13,6 +13,7 @@ runtime·signame(int32)
|
||||||
void
|
void
|
||||||
runtime·sigenable(uint32 sig)
|
runtime·sigenable(uint32 sig)
|
||||||
{
|
{
|
||||||
|
USED(sig);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
|
|
@ -83,6 +83,7 @@ runtime·sighandler(ExceptionRecord *info, Context *r, G *gp)
|
||||||
void
|
void
|
||||||
runtime·sigenable(uint32 sig)
|
runtime·sigenable(uint32 sig)
|
||||||
{
|
{
|
||||||
|
USED(sig);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
|
|
@ -90,6 +90,7 @@ runtime·sighandler(ExceptionRecord *info, Context *r, G *gp)
|
||||||
void
|
void
|
||||||
runtime·sigenable(uint32 sig)
|
runtime·sigenable(uint32 sig)
|
||||||
{
|
{
|
||||||
|
USED(sig);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue