From: kgv Date: Wed, 19 Mar 2014 08:32:39 +0000 (+0400) Subject: 0024736: There is new additional compilation warning on Linux platform X-Git-Tag: V6_8_0_beta~475 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=b56dd33fbd23918031e64d04cee0cbdb1fc02500;p=occt-copy.git 0024736: There is new additional compilation warning on Linux platform --- diff --git a/src/QABugs/QABugs_19.cxx b/src/QABugs/QABugs_19.cxx index 6d033ded48..62dbc8b277 100755 --- a/src/QABugs/QABugs_19.cxx +++ b/src/QABugs/QABugs_19.cxx @@ -1688,9 +1688,10 @@ static Standard_Integer OCC24622 (Draw_Interpretor& /*theDi*/, Standard_Integer Handle(Image_PixMap) anImage = new Image_PixMap(); - static const Image_ColorRGB aBitmap[8] = { - {255, 0, 0}, {0, 148, 255}, {0, 148, 255}, {255, 94, 0}, - {255, 121, 0}, {76, 255, 0}, {76, 255, 0}, {255, 202, 0} + static const Image_ColorRGB aBitmap[8] = + { + {{255, 0, 0}}, {{0, 148, 255}}, {{ 0, 148, 255}}, {{255, 94, 0}}, + {{255, 121, 0}}, {{76, 255, 0}}, {{76, 255, 0}}, {{255, 202, 0}} }; TCollection_AsciiString aTextureTypeArg (theArgVec[1]);