]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
bindings/perl-shared/RRDs.xs: fix gcc warning "enumeration value 'CF_HWPREDICT' not...
authorMarek Schimara <Marek.Schimara@bull.net>
Thu, 1 Sep 2016 09:39:27 +0000 (11:39 +0200)
committerMarek Schimara <Marek.Schimara@bull.net>
Fri, 2 Sep 2016 13:31:38 +0000 (15:31 +0200)
commit8243f0774b0218627cc9d84332caae519e644646
tree415cebb1332529855f80baf91d6dba2a14c70d32
parenteb82633ffb8e3b55e6c6babb5259cde902a4f92e
bindings/perl-shared/RRDs.xs: fix gcc warning "enumeration value 'CF_HWPREDICT' not handled in switch"

RRDs.xs:150:5: warning: enumeration value 'CF_HWPREDICT' not handled in switch [-Wswitch]
     switch(cf_idx){
     ^

Same for: CF_SEASONAL, CF_DEVPREDICT, CF_DEVSEASONAL, CF_FAILURES, CF_MHWPREDICT
bindings/perl-shared/RRDs.xs