Fixed compilation warnings
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
int test() {
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int main() {
|
||||
int x = test();
|
||||
return x;
|
||||
}
|
Reference in New Issue
Block a user