User: hr Date: 06/06/19 18:27:19 Modified: /dba/connectivity/source/drivers/file/ fcode.cxx
Log: INTEGRATION: CWS warnings01 (1.26.28); FILE MERGED 2006/05/23 23:33:01 sb 1.26.28.3: RESYNC: (1.26-1.27); FILE MERGED 2005/11/16 12:59:03 fs 1.26.28.2: #i57457# warning free code 2005/11/07 14:43:34 fs 1.26.28.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/drivers/file/ ================================================= File [changed]: fcode.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/fcode.cxx?r1=1.27&r2=1.28 Delta lines: +4 -2 ------------------- --- fcode.cxx 7 Apr 2006 13:11:06 -0000 1.27 +++ fcode.cxx 20 Jun 2006 01:27:17 -0000 1.28 @@ -112,7 +112,7 @@ } //------------------------------------------------------------------ -OEvaluateSet* OOperand::preProcess(OBoolOperator* pOp, OOperand* pRight) +OEvaluateSet* OOperand::preProcess(OBoolOperator* /*pOp*/, OOperand* /*pRight*/) { return NULL; } @@ -208,6 +208,8 @@ m_aValue.setBound(sal_True); return; } + default: + break; } if (SQL_ISTOKEN(&rColumnRef,TRUE)) @@ -433,7 +435,7 @@ return fLeft / fRight; } // ----------------------------------------------------------------------------- -OEvaluateSet* OOperandAttr::preProcess(OBoolOperator* pOp, OOperand* pRight) +OEvaluateSet* OOperandAttr::preProcess(OBoolOperator* /*pOp*/, OOperand* /*pRight*/) { return NULL; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]