Fixed warnings reported on CDash
This commit is contained in:
@@ -1977,7 +1977,7 @@ HCURSOR GraphicsWindowWin32::getOrCreateCursor(MouseCursor mouseCursor)
|
||||
_mouseCursorMap[mouseCursor] = NULL;
|
||||
break;
|
||||
case RightArrowCursor:
|
||||
_mouseCursorMap[mouseCursor] = LoadCursor( NULL, IDC_ARROW);
|
||||
_mouseCursorMap[mouseCursor] = LoadCursor( NULL, IDC_ARROW);
|
||||
break;
|
||||
case LeftArrowCursor:
|
||||
_mouseCursorMap[mouseCursor] = LoadCursor( NULL, IDC_ARROW);
|
||||
@@ -2036,6 +2036,8 @@ HCURSOR GraphicsWindowWin32::getOrCreateCursor(MouseCursor mouseCursor)
|
||||
case BottomLeftCorner:
|
||||
_mouseCursorMap[mouseCursor] = LoadCursor( NULL, IDC_SIZENESW );
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
return _mouseCursorMap[mouseCursor];
|
||||
@@ -2445,7 +2447,7 @@ struct RegisterWindowingSystemInterfaceProxy
|
||||
|
||||
static RegisterWindowingSystemInterfaceProxy createWindowingSystemInterfaceProxy;
|
||||
|
||||
}; // namespace OsgViewer
|
||||
} // namespace OsgViewer
|
||||
|
||||
|
||||
// declare C entry point for static compilation.
|
||||
|
||||
Reference in New Issue
Block a user