Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
fcad4906
Commit
fcad4906
authored
Feb 28, 2008
by
Brad King
💬
Browse files
COMP: Fix warnings in cmELF.
parent
6c7d3239
Changes
1
Show whitespace changes
Inline
Side-by-side
Source/cmELF.cxx
View file @
fcad4906
...
...
@@ -85,7 +85,7 @@ public:
}
// Destruct and delete the file stream object.
~
cmELFInternal
()
virtual
~
cmELFInternal
()
{
delete
&
this
->
Stream
;
}
...
...
@@ -187,6 +187,9 @@ public:
}
switch
(
this
->
ELFType
)
{
case
cmELF
::
FileTypeInvalid
:
os
<<
" invalid file"
;
break
;
case
cmELF
::
FileTypeRelocatableObject
:
os
<<
" relocatable object"
;
break
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment