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
2a8f981b
Commit
2a8f981b
authored
Jul 15, 2005
by
Bill Hoffman
Browse files
ENH: fix compile error bug# 2020 on mac
parent
28d4d449
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmDynamicLoader.cxx
View file @
2a8f981b
...
...
@@ -182,7 +182,7 @@ int cmDynamicLoader::CloseLibrary(cmLibHandle lib)
// we have to use lib because the macro may not...
(
void
)
lib
;
NSUnLinkModule
(
lib
,
FALSE
);
NSUnLinkModule
(
(
NSModule
)
lib
,
FALSE
);
return
1
;
}
...
...
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