From 555b341fa26d0f38a1991c2cd986927609e25b79 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 21 Nov 2012 15:22:24 +0000 Subject: [PATCH] 2012-11-21 16:20 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbsqlit3/core.c * contrib/rddsql/sqlbase.c * extras/gtwvw/gtwvwd.c * src/rtl/gtsln/mousesln.c * src/vm/classes.c * deleted excessive ';' line closing operators --- harbour/ChangeLog | 8 ++++++++ harbour/contrib/hbsqlit3/core.c | 2 +- harbour/contrib/rddsql/sqlbase.c | 1 - harbour/extras/gtwvw/gtwvwd.c | 2 +- harbour/src/rtl/gtsln/mousesln.c | 2 -- harbour/src/vm/classes.c | 2 -- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1b1f742761..57c79e2341 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -10,6 +10,14 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2012-11-21 16:20 UTC+0100 Viktor Szakats (harbour syenar.net) + * contrib/hbsqlit3/core.c + * contrib/rddsql/sqlbase.c + * extras/gtwvw/gtwvwd.c + * src/rtl/gtsln/mousesln.c + * src/vm/classes.c + * deleted excessive ';' line closing operators + 2012-11-21 15:55 UTC+0100 Viktor Szakats (harbour syenar.net) * include/hbtrace.h ! fixed empty HB_TRACE() definitions to be 'do {} while( 0 )' diff --git a/harbour/contrib/hbsqlit3/core.c b/harbour/contrib/hbsqlit3/core.c index d7ff08a2a7..1fb5e6772b 100644 --- a/harbour/contrib/hbsqlit3/core.c +++ b/harbour/contrib/hbsqlit3/core.c @@ -942,7 +942,7 @@ HB_FUNC( SQLITE3_DB_HANDLE ) if( pStmt ) { - ; + /* ... */ } else hb_errRT_BASE_SubstR( EG_ARG, 0, NULL, HB_ERR_FUNCNAME, 1, hb_paramError( 1 ) ); diff --git a/harbour/contrib/rddsql/sqlbase.c b/harbour/contrib/rddsql/sqlbase.c index 96d9bc8ee8..6d0ddc481e 100644 --- a/harbour/contrib/rddsql/sqlbase.c +++ b/harbour/contrib/rddsql/sqlbase.c @@ -1206,7 +1206,6 @@ static RDDFUNCS sqlbaseTable = HB_FUNC( SQLBASE ) { - ; } HB_FUNC_STATIC( SQLBASE_GETFUNCTABLE ) diff --git a/harbour/extras/gtwvw/gtwvwd.c b/harbour/extras/gtwvw/gtwvwd.c index 66ca421ac0..61d6f8f68a 100644 --- a/harbour/extras/gtwvw/gtwvwd.c +++ b/harbour/extras/gtwvw/gtwvwd.c @@ -371,7 +371,7 @@ LONG GetFontDialogUnits( HWND h, HFONT f ) hDc = GetDC( h ); //with the current font attributes, select the font - hFont = f; //GetStockObject(ANSI_VAR_FONT) ; + hFont = f; //GetStockObject(ANSI_VAR_FONT); hFontOld = ( HFONT ) SelectObject( hDc, &hFont ); //get its length, then calculate the average character width diff --git a/harbour/src/rtl/gtsln/mousesln.c b/harbour/src/rtl/gtsln/mousesln.c index 4acfe99d79..08636445bb 100644 --- a/harbour/src/rtl/gtsln/mousesln.c +++ b/harbour/src/rtl/gtsln/mousesln.c @@ -447,7 +447,6 @@ void hb_gt_sln_mouse_Show( PHB_GT pGT ) if( hb_sln_UnderLinuxConsole && s_bMousePresent ) Gpm_DrawPointer( s_iMouseCol, s_iMouseRow, gpm_consolefd ); #endif - ; } /* *********************************************************************** */ @@ -459,7 +458,6 @@ void hb_gt_sln_mouse_Hide( PHB_GT pGT ) #if defined( HB_HAS_GPM ) gpm_visiblepointer = 0; #endif - ; } /* *********************************************************************** */ diff --git a/harbour/src/vm/classes.c b/harbour/src/vm/classes.c index 19a6c246b6..9e5a5f6bc1 100644 --- a/harbour/src/vm/classes.c +++ b/harbour/src/vm/classes.c @@ -4882,12 +4882,10 @@ HB_FUNC_STATIC( msgSetData ) HB_FUNC_STATIC( msgVirtual ) { /* hb_ret(); */ /* NOTE: It's safe to comment this out */ - ; } HB_FUNC_STATIC( msgNull ) { - ; } #ifndef HB_NO_PROFILER