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
Chuck Atkins
KWSys
Commits
409ea10c
Commit
409ea10c
authored
Jul 13, 2005
by
Andy Cedilnik
Browse files
COMP: Remove warning on windows
parent
8d42e9d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
SystemTools.cxx
View file @
409ea10c
...
...
@@ -2062,6 +2062,7 @@ bool SystemTools::FileIsDirectory(const char* name)
bool
SystemTools
::
FileIsSymlink
(
const
char
*
name
)
{
#if _WIN32
(
void
)
name
;
return
false
;
#else
struct
stat
fs
;
...
...
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