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
59b56003
Commit
59b56003
authored
Oct 24, 2012
by
Matthias Braun
Browse files
avoid -pedantic warning
parent
6f2df337
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/firm_types.h
View file @
59b56003
...
...
@@ -292,7 +292,7 @@ typedef enum mtp_additional_properties {
/** the programmer recommends to inline the function */
mtp_property_inline_recommended
=
1u
<<
13
,
/** stupid hack used by opt_funccall... */
mtp_temporary
=
1u
<<
3
1
,
mtp_temporary
=
1u
<<
1
4
,
}
mtp_additional_properties
;
ENUM_BITSET
(
mtp_additional_properties
)
...
...
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