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
f4359333
Commit
f4359333
authored
Aug 22, 2006
by
Matthias Braun
Browse files
missing return 0s
parent
588c5d37
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/be/test/dowhile.c
View file @
f4359333
...
...
@@ -11,4 +11,6 @@ int main()
if
(
i
<
5
)
continue
;
}
while
(
*++
p
!=
0
);
return
0
;
}
ir/be/test/fbench.c
View file @
f4359333
...
...
@@ -842,4 +842,6 @@ char *argv[];
}
else
printf
(
"
\n
No errors in results.
\n
"
);
#endif
return
0
;
}
Write
Preview
Supports
Markdown
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