fixes mixed declarations and code
authorFrank Polte <frank.polte@mailbox.org>
Thu, 13 Feb 2020 09:39:41 +0000 (10:39 +0100)
committerFrank Polte <frank.polte@mailbox.org>
Thu, 13 Feb 2020 09:39:41 +0000 (10:39 +0100)
../../csrc/pfcompil.c:1161:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 1161 |         ThrowCode throwCode;
      |         ^~~~~~~~~


No differences found