Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addressing: sce_engine.c: In function ‘sce_check_result_export’: sce_engine.c:204:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (ret < strlen(v->std_out)) ^ sce_engine.c:205:3: warning: implicit declaration of function ‘dE’ [-Wimplicit-function-declaration] dE("Failed to write stdout result to %s.\n", target_file); ^~ sce_engine.c:209:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (ret < strlen(v->std_err)) ^
- Loading branch information