be5277591f
When trying to compile the file ftp.c, I get errors related with warnings that were marked to be reported as error. This was the original message: ``` fetch/ftp.c:444:8: error: this statement may fall through [-Werror=implicit-fallthrough=] type = 'D'; ~~~~~^~~~~ fetch/ftp.c:445:2: note: here case 'D': ^~~~ fetch/ftp.c: In function ‘ftp_request’: fetch/ftp.c:342:3: error: missed loop optimization, the loop counter may overflow [-Werror=unsafe-loop-optimizations] for (i = 0; i <= len && i <= end - dst; ++i) ^~~ fetch/ftp.c:342:24: error: missed loop optimization, the loop counter may overflow [-Werror=unsafe-loop-optimizations] for (i = 0; i <= len && i <= end - dst; ++i) ~~~~~~~~~^~~~~~~~~~~~~~~~~ ``` |
||
---|---|---|
.. | ||
compat | ||
external | ||
fetch | ||
portableproplib | ||
archive.c | ||
cb_util.c | ||
download.c | ||
initend.c | ||
Makefile | ||
package_alternatives.c | ||
package_config_files.c | ||
package_configure.c | ||
package_find_obsoletes.c | ||
package_fulldeptree.c | ||
package_msg.c | ||
package_orphans.c | ||
package_register.c | ||
package_remove.c | ||
package_script.c | ||
package_state.c | ||
package_unpack.c | ||
pkgdb_conversion.c | ||
pkgdb.c | ||
plist_fetch.c | ||
plist_find.c | ||
plist_match.c | ||
plist_remove.c | ||
plist.c | ||
proplib_wrapper.c | ||
pubkey2fp.c | ||
repo_pkgdeps.c | ||
repo_sync.c | ||
repo.c | ||
rpool.c | ||
transaction_commit.c | ||
transaction_conflicts.c | ||
transaction_dictionary.c | ||
transaction_ops.c | ||
transaction_package_replace.c | ||
transaction_revdeps.c | ||
transaction_shlibs.c | ||
transaction_store.c | ||
util_hash.c | ||
util.c | ||
verifysig.c |