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
Alfredo Di Napoli
GHC
Commits
77d71160
Commit
77d71160
authored
Jul 20, 2019
by
Daniel Gröber (dxld)
Committed by
Marge Bot
Feb 17, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rts: TraverseHeap: Fix failed to inline warnings
GCC warns that varadic functions simply cannot be inlined.
parent
e640f611
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
rts/TraverseHeap.c
rts/TraverseHeap.c
+1
-1
No files found.
rts/TraverseHeap.c
View file @
77d71160
...
...
@@ -36,7 +36,7 @@ bool isTravDataValid(const traverseState *ts, const StgClosure *c)
#if defined(DEBUG)
unsigned
int
g_traversalDebugLevel
=
0
;
static
inline
void
debug
(
const
char
*
s
,
...)
static
void
debug
(
const
char
*
s
,
...)
{
va_list
ap
;
...
...
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