Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
b8f46564
Commit
b8f46564
authored
Feb 17, 2012
by
Alex Brainman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
runtime: silence warnings
R=golang-dev, dsymonds CC=golang-dev
https://golang.org/cl/5656084
parent
1e0f97ac
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
signal_plan9_386.c
src/pkg/runtime/signal_plan9_386.c
+1
-0
signal_windows_386.c
src/pkg/runtime/signal_windows_386.c
+1
-0
signal_windows_amd64.c
src/pkg/runtime/signal_windows_amd64.c
+1
-0
No files found.
src/pkg/runtime/signal_plan9_386.c
View file @
b8f46564
...
...
@@ -13,6 +13,7 @@ runtime·signame(int32)
void
runtime
·
sigenable
(
uint32
sig
)
{
USED
(
sig
);
}
void
...
...
src/pkg/runtime/signal_windows_386.c
View file @
b8f46564
...
...
@@ -83,6 +83,7 @@ runtime·sighandler(ExceptionRecord *info, Context *r, G *gp)
void
runtime
·
sigenable
(
uint32
sig
)
{
USED
(
sig
);
}
void
...
...
src/pkg/runtime/signal_windows_amd64.c
View file @
b8f46564
...
...
@@ -90,6 +90,7 @@ runtime·sighandler(ExceptionRecord *info, Context *r, G *gp)
void
runtime
·
sigenable
(
uint32
sig
)
{
USED
(
sig
);
}
void
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment