Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
24fd303c
Commit
24fd303c
authored
Mar 27, 2006
by
Simon Marlow
Browse files
elimiante a couple of warnings
parent
a1b4e3b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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