mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
COMP: Remove warnings
This commit is contained in:
@@ -114,6 +114,9 @@ cmStdString cmFindFileCommand::FindHeaderInFrameworks(
|
||||
const char* file)
|
||||
{
|
||||
#ifndef __APPLE__
|
||||
(void)path;
|
||||
(void)defineVar;
|
||||
(void)file;
|
||||
return cmStdString("");
|
||||
#else
|
||||
cmStdString fileName = file;
|
||||
|
||||
Reference in New Issue
Block a user