mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-13 02:39:19 +08:00
0024057: Eliminate compiler warning C4100 in MSVC++ with warning level 4
Got rid of warning C4100: 'identifier' : unreferenced formal parameter Got rid of compile errors
This commit is contained in:
@@ -79,7 +79,7 @@ IGESSolid_ReadWriteModule::IGESSolid_ReadWriteModule () { }
|
||||
|
||||
|
||||
Standard_Integer IGESSolid_ReadWriteModule::CaseIGES
|
||||
(const Standard_Integer typenum, const Standard_Integer formnum) const
|
||||
(const Standard_Integer typenum, const Standard_Integer /*formnum*/) const
|
||||
{
|
||||
switch (typenum) {
|
||||
case 150 : return 1;
|
||||
|
||||
Reference in New Issue
Block a user