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
20aee4d5
Commit
20aee4d5
authored
Feb 14, 2016
by
Matthias Braun
Committed by
Christoph Mallon
Feb 15, 2016
Browse files
fix warning
parent
7b3a444e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irargs.c
View file @
20aee4d5
...
...
@@ -90,7 +90,7 @@ static void print_entity_name(char *buffer, size_t buffer_size,
switch
(
entity
->
kind
)
{
case
IR_ENTITY_PARAMETER
:
snprintf
(
buffer
,
buffer_size
,
"%sparameter.%lu"
,
add
,
get_entity_parameter_number
(
entity
));
(
unsigned
long
)
get_entity_parameter_number
(
entity
));
return
;
case
IR_ENTITY_LABEL
:
snprintf
(
buffer
,
buffer_size
,
"%slabel"
,
add
);
...
...
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