Przemyslaw Czerpak escreveu:
On Thu, 16 Apr 2009, Ranier Vilela wrote:
cl.exe -nologo -I. -I../../../../include -Gs -TP -Wall -wd4127 -Ot2b1
-EHs-c- -MT -c ../../set.c -Foset.obj
set.c
../../set.c(1321) : warning C4061: enumerator 'HB_SET_TIMEFORMAT' in switch
of enum 'HB_set_enum' is not explicitly handled by a case label
e:\xharbour\harbour-1.1.0\include\hbset.h(63) : see declaration of
'HB_set_enum'
../../set.c(1321) : warning C4061: enumerator 'HB_SET_OSCODEPAGE' in switch
of enum 'HB_set_enum' is not explicitly handled by a case label
e:\xharbour\harbour-1.1.0\include\hbset.h(63) : see declaration of
'HB_set_enum'
[...]
Such warnings should be generated _only_ when there is no 'default' case
in switch() statement.
For me it's MSVC bug.
best regards,
Przemek
I agree, it's a msvc bug
(http://msdn.microsoft.com/en-us/library/96f5t7fy(VS.80).aspx).
But, Przemek can you, please, fix this:
cl.exe -nologo -I. -I../../../../include -Gs -TP -Wall -wd4127 -Ot2b1
-EHs-c- -MT -c harboury.c -Foharboury.obj
harboury.c
harboury.c(546) : warning C4668: 'YYENABLE_NLS' is not defined as a
preprocessor macro, replacing with '0' for '#if/#elif'
harboury.c(3556) : warning C4668: 'YYLTYPE_IS_TRIVIAL' is not defined as
a preprocessor macro, replacing with '0' for '#if/#elif'
cl.exe -nologo -I. -I../../../../include -Gs -TP -Wall -wd4127 -Ot2b1
-EHs-c- -MT -c macroy.c -Fomacroy.obj
macroy.c
macroy.c(413) : warning C4668: 'YYENABLE_NLS' is not defined as a
preprocessor macro, replacing with '0' for '#if/#elif'
macroy.c(1348) : warning C4668: 'YYLTYPE_IS_TRIVIAL' is not defined as a
preprocessor macro, replacing with '0' for '#if/#elif'
cl.exe -nologo -I. -I../../../../include -Gs -TP -Wall -wd4127 -Ot2b1
-EHs-c- -MT -c ../../hbprintf.c -Fohbprintf.obj
hbprintf.c
../../hbprintf.c(924) : warning C4668: '_SUSV2_COMPAT_' is not defined
as a preprocessor macro, replacing with '0' for '#if/#elif'
Thanks.
Ranier Vilela
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour