* Attempt to make readelf.c compile under IRIX6 cc by inserting
non-functional "break;" in switch statement.
This commit is contained in:
parent
e16def6302
commit
4775a8a5a9
1 changed files with 1 additions and 0 deletions
|
@ -2415,6 +2415,7 @@ process_version_sections (file)
|
|||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue