mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-08 18:40:55 +03:00
0024736: There is new additional compilation warning on Linux platform
This commit is contained in:
parent
9873027959
commit
b56dd33fbd
@ -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]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user