PVGolez
2008-07-09 03:04:47 UTC
Hi,
I'm just wondering why the warnings below appear in all build output
of all my project's compiled cpp files (except TheMainProjectFile.cpp):
[BCC32 Warning] caisdmod.cpp(2022): W8080 'OneHour' is declared but never
used
[BCC32 Warning] caisdmod.cpp(2022): W8080 'OneMinute' is declared but
never used
[BCC32 Warning] caisdmod.cpp(2022): W8080 'OneSecond' is declared but
never used
[BCC32 Warning] caisdmod.cpp(2022): W8080 'OneMillisecond' is declared but
never used
It's ok if I couldn't get rid of these warnings but I just wanted to know
why
these variables [declared] in $(BDS)\include\vcl\DateUtils.hpp pops up in
the
build message of BCB 2007.
Philton
I'm just wondering why the warnings below appear in all build output
of all my project's compiled cpp files (except TheMainProjectFile.cpp):
[BCC32 Warning] caisdmod.cpp(2022): W8080 'OneHour' is declared but never
used
[BCC32 Warning] caisdmod.cpp(2022): W8080 'OneMinute' is declared but
never used
[BCC32 Warning] caisdmod.cpp(2022): W8080 'OneSecond' is declared but
never used
[BCC32 Warning] caisdmod.cpp(2022): W8080 'OneMillisecond' is declared but
never used
It's ok if I couldn't get rid of these warnings but I just wanted to know
why
these variables [declared] in $(BDS)\include\vcl\DateUtils.hpp pops up in
the
build message of BCB 2007.
Philton