mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0026780: Coding rules - eliminate warnings on Linux and Mac
Fixed a few remaining warnings found by GCC, CLang, and VC++ 14 (recent changes)
This commit is contained in:
@@ -5750,12 +5750,12 @@ void ViewerTest::Commands(Draw_Interpretor& theCommands)
|
||||
|
||||
theCommands.Add("vsetshading",
|
||||
"vsetshading : vsetshading name Quality(default=0.0008) "
|
||||
"\n\t\t: Sets deflection coefficient that defines the quality of the shape<EFBFBD>s representation in the shading mode.",
|
||||
"\n\t\t: Sets deflection coefficient that defines the quality of the shape representation in the shading mode.",
|
||||
__FILE__,VShading,group);
|
||||
|
||||
theCommands.Add("vunsetshading",
|
||||
"vunsetshading :vunsetshading name "
|
||||
"\n\t\t: Sets default deflection coefficient (0.0008) that defines the quality of the shape<EFBFBD>s representation in the shading mode.",
|
||||
"\n\t\t: Sets default deflection coefficient (0.0008) that defines the quality of the shape representation in the shading mode.",
|
||||
__FILE__,VShading,group);
|
||||
|
||||
theCommands.Add ("vtexture",
|
||||
|
Reference in New Issue
Block a user