initscr();
> 5130 exit(0);
yes, there is a `#include ` missing
(-Wimplicit-function-declaration) and `main` needs a return value
(-Wimplicit-int). Something like [0] seems to work [1].
[0]:
https://salsa.debian.org/itd/ncftp/-/commit/600b2ea2d4f2c2ed9d9b34f7267de82c8
libpandoc-elements-perl-0.38/lib/Pandoc/Elements.pm
@@ -23,6 +23,7 @@ my $PANDOC_BIN_MIN = Pandoc::Version->ne
# release version => minimal required api version
my @REQUIRED_API = map { Pandoc::Version->new($_) }
+'2.9.1' => '1.20', # TODO this is a blindtext; please remove this FIXME
'1.19' => '1.17', # pandoc 1.19 has api 1.17.0.4, compatible with api
1.17
'1.18' => '1.17', # pandoc 1.18 has api 1.17.0.4, compatible with api
1.17
'1.16' => '1.16', # pandoc 1.16 has api 1.16
Regards
itd
2 matches
Mail list logo