From b56dd33fbd23918031e64d04cee0cbdb1fc02500 Mon Sep 17 00:00:00 2001 From: kgv Date: Wed, 19 Mar 2014 12:32:39 +0400 Subject: [PATCH] 0024736: There is new additional compilation warning on Linux platform --- src/QABugs/QABugs_19.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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]);