<p></p>
<p>cppcheck 2.2 complains about many <code>ifdef</code>s in the Debugger plugin:</p>
<pre><code>make[5]: Leaving directory '/build/geany-plugins-1.36-1+20201013git06a38f4/debugger/src'
tpage.c:154:62: warning: Uninitialized variable: widgets [uninitvar]
   gtk_container_remove(GTK_CONTAINER(gtk_widget_get_parent(*widgets[i])), *widgets[i]);
                                                             ^
nofile:0:0: warning: Too many #ifdef configurations - cppcheck only checks 12 configurations. Use --force to check all configurations. For more details, use --enable=information. [toomanyconfigs]

make[4]: *** [Makefile:1686: check-cppcheck] Error 2
</code></pre>
<p>When we remove GTK2 code, this might resolve it.</p>
<p>What should we do until then?</p>
<ul>
<li>use <code>--force</code>?</li>
<li>refactor the code?</li>
<li>ignore?</li>
</ul>
<p>This breaks the nightly builds for Debian Sid: <a href="https://www.geany.org/download/nightly-builds/" rel="nofollow">https://www.geany.org/download/nightly-builds/</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/issues/1014">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJZE4ESADIEMDLRQYITSKTGJDANCNFSM4SPYSHEA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJZV26BCPFDBQASC443SKTGJDA5CNFSM4SPYSHEKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4KXYG74Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany-plugins/issues/1014",
"url": "https://github.com/geany/geany-plugins/issues/1014",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>