Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Tobias Decking
GHC
Commits
24fd303c
Commit
24fd303c
authored
Mar 27, 2006
by
Simon Marlow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
elimiante a couple of warnings
parent
a1b4e3b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ghc/rts/Sparks.c
ghc/rts/Sparks.c
+1
-1
No files found.
ghc/rts/Sparks.c
View file @
24fd303c
...
...
@@ -223,7 +223,7 @@ newSpark (StgRegTable *reg, StgClosure *p)
#else
StgInt
newSpark
(
StgRegTable
*
reg
,
StgClosure
*
p
)
newSpark
(
StgRegTable
*
reg
STG_UNUSED
,
StgClosure
*
p
STG_UNUSED
)
{
/* nothing */
return
1
;
...
...
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