1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

Eliminate compiler warnings on VC++ 14 and CLang.

Remove unused stuff from OSD_WNT.cxx.
This commit is contained in:
abv
2015-12-18 07:00:44 +03:00
parent 20aeeb7be3
commit d677b21418
8 changed files with 18 additions and 337 deletions

View File

@@ -30,7 +30,7 @@ typedef unsigned long Drawable;
// Definition de la class Base_Window (Definie dans Draw_Window.cxx)
//===================================
class Base_Window;
struct Base_Window;
// Definition de la classe Segment
//================================