Hi Rupert,
I had no problem compiling that file with the Intel compiler.

Note that I created the VS2008 projects using CMake, then "converted" to using 
the Intel compiler manually.

1>------ Rebuild All started: Project: osgWidget, Configuration: Debug x64 
------
1>Compiling with Intel(R) C++ 11.1.054 [Intel(R) 64]... (Intel C++ Environment)
1>Input.cpp
1>D:\OSG\OpenSceneGraph-2.8.2-x64\src\osgWidget\Input.cpp(41): remark #869: 
parameter "size" was never referenced
1>  void Input::_calculateSize(const XYCoord& size) {
1>                                            ^
1>
1>D:\OSG\OpenSceneGraph-2.8.2-x64\src\osgWidget\Input.cpp(120): remark #869: 
parameter "key" was never referenced
1>  bool Input::keyUp(int key, int mask, WindowManager*) {
1>                        ^
1>
1>D:\OSG\OpenSceneGraph-2.8.2-x64\src\osgWidget\Input.cpp(120): remark #869: 
parameter "mask" was never referenced
1>  bool Input::keyUp(int key, int mask, WindowManager*) {
1>                                 ^
1>
1>D:\OSG\OpenSceneGraph-2.8.2-x64\src\osgWidget\Input.cpp(124): remark #869: 
parameter "mask" was never referenced
1>  bool Input::keyDown(int key, int mask, WindowManager*) {
1>                                   ^
1>
1>Build log was saved at 
"file://D:\OSG\OpenSceneGraph-2.8.2-x64\src\osgWidget\osgWidget.dir\Debug\BuildLog.htm"
1>osgWidget - 0 error(s), 0 warning(s)
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========


Andrew

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=22712#22712





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to