From: Itamar M. L. J. L. <ita...@gm...> - 2017-06-05 14:26:19
|
C:\devl\hwgui_tst>hbmk2 hwgui.hbp -rebuild hbmk2: Harbour: Compilando módulos... hbmk2: Compilando... ../../../../source/winapi/control.c: In function 'HB_FUN_HWG_GETTIMEPICKER': ../../../../source/winapi/control.c:660:27: warning: '%02d' directive writing be tween 2 and 5 bytes into a region of size between 3 and 6 [-Wformat-overflow=] sprintf( szTime, "%02d:%02d:%02d", st.wHour, st.wMinute, st.wSecond ); ^~~~ ../../../../source/winapi/control.c:660:21: note: directive argument in the rang e [0, 65535] sprintf( szTime, "%02d:%02d:%02d", st.wHour, st.wMinute, st.wSecond ); ^~~~~~~~~~~~~~~~ ../../../../source/winapi/control.c:660:21: note: directive argument in the rang e [0, 65535] ../../../../source/winapi/control.c:660:4: note: 'sprintf' output between 9 and 18 bytes into a destination of size 9 sprintf( szTime, "%02d:%02d:%02d", st.wHour, st.wMinute, st.wSecond ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hbmk2: Criando biblioteca estática... lib\libhwgui.a Best regards, Itamar M. Lins Jr. |