fix: silence some sonarcloud warnings (#1493)

* refactor: add null ptr check in initPeerRow()

* refactor: add a nullptr gurad in icon_cache_get_mime_type_icon

* chore: silence two "break notreached" warnings

* chore: silence sonarcloud html warnings

* chore: silence sonarcloud uninitialized var warning

* chore: silence sonarcloud nullptr warning
This commit is contained in:
Charles Kerr
2020-10-31 16:23:43 -05:00
committed by GitHub
parent 973e63d897
commit e59fe7daaf
19 changed files with 74 additions and 62 deletions

View File

@@ -1,4 +1,5 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -28,16 +29,16 @@
<div class="pagetitle">
<h1>What does 'announce' mean? </h1>
</div>
<p>When Transmission <i>announces</i>, it is updating its presence to the tracker and asking for more peers. This happens periodically, at the discretion of the tracker, however can be manually invoked via Transfers menu >> Update Tracker.
<p>When Transmission <em>announces</em>, it is updating its presence to the tracker and asking for more peers. This happens periodically, at the discretion of the tracker, however can be manually invoked via Transfers menu >> Update Tracker.
<p>
<div class="pagetitle">
<h1>What does 'scrape' mean? </h1>
</div>
<p><i>Scraping</i> the tracker simply means asking for information about the swarm itself. For example, the number of peers, seeds etc.
<p><em>Scraping</em> the tracker simply means asking for information about the swarm itself. For example, the number of peers, seeds etc.
<p>
</div>
</body>
</html>
</html>