2006-03-11 09:45 UTC+0100 Ryszard Glab <rglab//imid.med.pl>

* source/pp/ppcomp.c
  * source/pp/ppcore.c
  * source/rtl/gtcrs/gtcrs.c
    * fixed to suppress warning messages in some compilers
This commit is contained in:
Ryszard Glab
2006-03-11 08:42:28 +00:00
parent d8ef95e7be
commit 08b1ca8b44
4 changed files with 10 additions and 9 deletions

View File

@@ -8,6 +8,13 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
* harbour/makefile.vc
* harbour/source/rtl/gtcrs/gtcrs.c
* formatting
2006-03-13 11:40 UTC+0100 Ryszard Glab <rglab//imid.med.pl>
* source/compiler/cmdcheck.c
* source/pp/pragma.c
* fixed to force max recurse preprocessor passed bigger then 0
* source/pp/ppcore.c

View File

@@ -198,8 +198,6 @@ int hb_pp_Internal( FILE * handl_o, char * sOut )
lens -= rdlen;
s_szLine[ lens ] = '\0';
pp_StreamBlockFinish( );
lens =strlen( s_szLine );
lContinue = 0;
break;
}
else

View File

@@ -1005,7 +1005,7 @@ hb_xfree( (void *)mpatt );
rlen = strotrim( rpatt, TRUE );
ConvertPatterns( mpatt, mlen, rpatt, rlen );
mlen = RemoveSlash( mpatt );
RemoveSlash( mpatt );
rlen = RemoveSlash( rpatt );
if( com_or_tra )
@@ -1016,12 +1016,6 @@ hb_xfree( (void *)mpatt );
stcmd->com_or_xcom = com_or_xcom;
stcmd->mpatt = hb_strdup( mpatt );
stcmd->value = ( rlen > 0 ) ? hb_strdup( rpatt ) : NULL;
/* JFL */
/*
printf( "Parsecommand Name: %s Pat: %s Val: %s\n", stcmd->name, stcmd->mpatt, stcmd->value );
*/
}
else
{

View File

@@ -1194,6 +1194,8 @@ static void disp_mousecursor( InOutBase * ioBase )
Gpm_DrawPointer( ioBase->mLastEvt.col, ioBase->mLastEvt.row,
gpm_consolefd );
}
#else
HB_SYMBOL_UNUSED( ioBase );
#endif
}