]> granicus.if.org Git - libmatroska/commitdiff
test8: initialize all element levels
authorSteve Lhomme <slhomme@matroska.org>
Sun, 16 Oct 2022 14:33:59 +0000 (16:33 +0200)
committerSteve Lhomme <robux4@ycbcr.xyz>
Sat, 22 Oct 2022 12:25:53 +0000 (14:25 +0200)
Fixes a warning/error with VS2022

test/mux/test8.cpp

index a84daea52fe861d0ef3182ab2623d4bff63724e0..60292ee40153e82a129b0b3476b1744414a247bb 100644 (file)
@@ -73,11 +73,11 @@ int main(int argc, char **argv)
 
   // read the EBML head
   EbmlStream aStream(Cluster_file);
-  EbmlElement * ElementLevel0;
-  EbmlElement * ElementLevel1;
-  EbmlElement * ElementLevel2;
-  EbmlElement * ElementLevel3 = NULL;
-  EbmlElement * ElementLevel4 = NULL;
+  EbmlElement * ElementLevel0 = nullptr;
+  EbmlElement * ElementLevel1 = nullptr;
+  EbmlElement * ElementLevel2 = nullptr;
+  EbmlElement * ElementLevel3 = nullptr;
+  EbmlElement * ElementLevel4 = nullptr;
 
 ///  MuxedFile.ReadHead();
   // find the EBML head in the file