All,
I am receiving the following compilation error on LINUX
(but not Solaris, HPUX, WIN32, etc):
compiling osr.c
LBFO.h(369): warning #64: declaration does not declare anything
extern struct foobar;
^
This is apparently a forward reference to a data structure
for the purposes of declaring a pointer to this opaque
structure.
Any ideas how to get rid of this warning???
Thanks in advance!
Rick
I am receiving the following compilation error on LINUX
(but not Solaris, HPUX, WIN32, etc):
compiling osr.c
LBFO.h(369): warning #64: declaration does not declare anything
extern struct foobar;
^
This is apparently a forward reference to a data structure
for the purposes of declaring a pointer to this opaque
structure.
Any ideas how to get rid of this warning???
Thanks in advance!
Rick
Comment