Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Silenced the following errors:
src/create.c:35:89: warning: unused parameter ‘in_format’ [-Wunused-parameter]
35 | _from_source(const char* src_path, const char* bin_path, const char* in_format, const char* out_format)
| ~~~~~~~~~~~~^~~~~~~~~
src/create.c:35:112: warning: unused parameter ‘out_format’ [-Wunused-parameter]
35 | * src_path, const char* bin_path, const char* in_format, const char* out_format)
| ~~~~~~~~~~~~^~~~~~~~~~
src/install.c:43:56: warning: unused parameter ‘as_dep’ [-Wunused-parameter]
43 | int f_install_package_source(const char* spm_path, int as_dep, char* repo) {
| ~~~~^~~~~~
src/install.c:313:57: warning: unused parameter ‘as_dep’ [-Wunused-parameter]
313 | int install_package_binary(const char* archivePath, int as_dep, const char* repo) {
| ~~~~^~~~~~
src/make.c:216:47: warning: unused parameter ‘package_dir’ [-Wunused-parameter]
216 | int exec_special(const char* cmd, const char* package_dir) {
| ~~~~~~~~~~~~^~~~~~~~~~~
src/remove.c:24:53: warning: unused parameter ‘sb’ [-Wunused-parameter]
24 | int unlink_cb(const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftwbuf)
| ~~~~~~~~~~~~~~~~~~~^~
src/remove.c:24:61: warning: unused parameter ‘typeflag’ [-Wunused-parameter]
24 | int unlink_cb(const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftwbuf)
| ~~~~^~~~~~~~
src/remove.c:24:83: warning: unused parameter ‘ftwbuf’ [-Wunused-parameter]
24 | k_cb(const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftwbuf)
| ~~~~~~~~~~~~^~~~~~