Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cygwin deprecated function warnings in fs_util #7

Closed
mmueller opened this issue Jan 14, 2013 · 1 comment
Closed

Cygwin deprecated function warnings in fs_util #7

mmueller opened this issue Jan 14, 2013 · 1 comment

Comments

@mmueller
Copy link
Member

Building on Cygwin produces warnings about deprecated functions:

fs_util.c: In function ‘fs_util_is_valid’:
fs_util.c:59:5: warning: ‘cygwin_conv_to_full_win32_path’ is deprecated (declared at /usr/include/sys/cygwin.h:36)
fs_util.c: In function ‘fs_util_create_dir’:
fs_util.c:97:5: warning: ‘cygwin_conv_to_full_win32_path’ is deprecated (declared at /usr/include/sys/cygwin.h:36)
fs_util.c: In function ‘fs_util_get_path’:
fs_util.c:152:5: warning: ‘cygwin_conv_to_full_win32_path’ is deprecated (declared at /usr/include/sys/cygwin.h:36)

This should probably be addressed before the functions become obsolete.

@mikesart
Copy link
Contributor

mikesart commented Feb 2, 2017

Closing really old bugs. If this still is a problem, please open a new bug. Thanks mortdeus.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants