Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
6f996fb0
Commit
6f996fb0
authored
Sep 10, 2007
by
Sebastian Hack
Browse files
Just made a warning go away when building optimized version of the compiler
[r15732]
parent
14df42a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irprintf_t.h
View file @
6f996fb0
...
...
@@ -39,10 +39,13 @@
static
INLINE
void
ir_debugf
(
const
char
*
fmt
,
...)
{
(
void
)
fmt
;
}
static
INLINE
void
ir_fdebugf
(
FILE
*
f
,
const
char
*
fmt
,
...)
{
(
void
)
f
;
(
void
)
fmt
;
}
#endif
...
...
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