mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Fixed compiler warnings on return values and null args.
This commit is contained in:
@@ -459,7 +459,7 @@ int pass_through_mode(int argc, char** argv) {
|
||||
fclose(f);
|
||||
|
||||
execv(argv[1], argv+1);
|
||||
|
||||
return 128;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user