mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0024736: There is new additional compilation warning on Linux platform
This commit is contained in:
parent
56a979d205
commit
3d35746b53
@ -1585,9 +1585,10 @@ static Standard_Integer OCC24622 (Draw_Interpretor& /*theDi*/, Standard_Integer
|
|||||||
|
|
||||||
Handle(Image_PixMap) anImage = new Image_PixMap();
|
Handle(Image_PixMap) anImage = new Image_PixMap();
|
||||||
|
|
||||||
static const Image_ColorRGB aBitmap[8] = {
|
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}
|
{{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]);
|
TCollection_AsciiString aTextureTypeArg (theArgVec[1]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user