<p>roox has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11343">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Fix compiler warning: no-return-in-nonvoid-function main.c<br><br>RPM post-build-checks found some issue and marks these as error:<br>[  31s] I: Program returns random data in a function<br>[  31s] E: osmo-remsim no-return-in-nonvoid-function main.c:49<br><br>Change-Id: I18705488d0ef8a445004e6a7e81dd2483afb9bdb<br>---<br>M src/main.c<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/43/11343/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/main.c b/src/main.c</span><br><span>index 6ae47e8..23fa9d2 100644</span><br><span>--- a/src/main.c</span><br><span>+++ b/src/main.c</span><br><span>@@ -46,4 +46,5 @@</span><br><span>       g_ctx = talloc_named_const(NULL, 0, "main");</span><br><span>       talloc_asn1_ctx = talloc_named_const(g_ctx, 0, "asn1_context");</span><br><span>    card_readers_probe(g_ctx);</span><br><span style="color: hsl(120, 100%, 40%);">+    return 0;</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11343">change 11343</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/11343"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-remsim </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I18705488d0ef8a445004e6a7e81dd2483afb9bdb </div>
<div style="display:none"> Gerrit-Change-Number: 11343 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: roox <mardnh@gmx.de> </div>