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
416bbaef
Commit
416bbaef
authored
Dec 30, 2005
by
Andy Cedilnik
Browse files
COMP: Remove warnings
parent
9e0633c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Source/cmFindFileCommand.cxx
View file @
416bbaef
...
...
@@ -114,6 +114,9 @@ cmStdString cmFindFileCommand::FindHeaderInFrameworks(
const
char
*
file
)
{
#ifndef __APPLE__
(
void
)
path
;
(
void
)
defineVar
;
(
void
)
file
;
return
cmStdString
(
""
);
#else
cmStdString
fileName
=
file
;
...
...
Source/cmTarget.cxx
View file @
416bbaef
...
...
@@ -307,6 +307,7 @@ void cmTarget::AddLinkLibrary(const std::string& lib,
bool
cmTarget
::
AddFramework
(
const
std
::
string
&
libname
,
LinkLibraryType
llt
)
{
(
void
)
llt
;
// TODO: What is this?
if
(
cmSystemTools
::
IsPathToFramework
(
libname
.
c_str
()))
{
std
::
string
frameworkDir
=
libname
;
...
...
Write
Preview
Markdown
is supported
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