cmp-config.pl: enable warnings

This commit is contained in:
Viktor Szakats 2025-07-11 14:33:51 +02:00
parent b69a6c5bec
commit 44496db495
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -23,6 +23,9 @@
#
###########################################################################
use strict;
use warnings;
my $autotools = $ARGV[0];
my $cmake = $ARGV[1];