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

deprecation warnings in vxWorks 6.9 #76

Open
dirk-zimoch opened this issue Jul 5, 2021 · 0 comments
Open

deprecation warnings in vxWorks 6.9 #76

dirk-zimoch opened this issue Jul 5, 2021 · 0 comments
Assignees

Comments

@dirk-zimoch
Copy link
Member

../src/StreamEpics.cc: In static member function 'static long int Stream::drvInit()':
../src/StreamEpics.cc:450: warning: 'STATUS symFindByName(symtab*, char*, char**, SYM_TYPE*)' is deprecated (declared at /afs/psi.ch/project/vxworks/VxWorks6.9/vxworks-6.9/target/h/symLib.h:181)
../src/StreamEpics.cc:451: warning: deprecated conversion from string constant to 'char*'
../src/StreamEpics.cc:451: warning: 'STATUS symFindByName(symtab*, char*, char**, SYM_TYPE*)' is deprecated (declared at /afs/psi.ch/project/vxworks/VxWorks6.9/vxworks-6.9/target/h/symLib.h:181)
../src/StreamEpics.cc:454: warning: 'STATUS symFindByName(symtab*, char*, char**, SYM_TYPE*)' is deprecated (declared at /afs/psi.ch/project/vxworks/VxWorks6.9/vxworks-6.9/target/h/symLib.h:181)
../src/StreamEpics.cc:455: warning: deprecated conversion from string constant to 'char*'
../src/StreamEpics.cc:455: warning: 'STATUS symFindByName(symtab*, char*, char**, SYM_TYPE*)' is deprecated (declared at /afs/psi.ch/project/vxworks/VxWorks6.9/vxworks-6.9/target/h/symLib.h:181)

symFindByName should be replaced with symFind for vxWorks 6.9.

@dirk-zimoch dirk-zimoch self-assigned this Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant