pass54-frag.c: Add explicit return from main.
* testsuite/libmudflap.c/pass54-frag.c: Add explicit return from main. From-SVN: r157472
This commit is contained in:
parent
1692089663
commit
31b2eb0f1e
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-03-15 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* testsuite/libmudflap.c/pass54-frag.c: Add explicit return from
|
||||
main.
|
||||
|
||||
2010-01-09 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* mf-runtime.c (__mf_usage): Update copyright notice dates.
|
||||
|
|
|
@ -30,4 +30,5 @@ int main ()
|
|||
foo ();
|
||||
bar ();
|
||||
__mf_set_options ("-mode-check");
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue