Show
Ignore:
Timestamp:
08/28/09 09:06:54 (15 years ago)
Author:
smidl
Message:

win32 compilation fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/mex/mex_parser.h

    r536 r588  
    103103                        mexErrMsgTxt ( "Given mxArray is not a cell." ); 
    104104                }; 
    105                 for ( uint i = 0; i < mxGetNumberOfElements ( mxarray ); i++ ) { 
     105                for ( unsigned int i = 0; i < mxGetNumberOfElements ( mxarray ); i++ ) { 
    106106                        mxArray *value = mxGetCell ( mxarray, i ); 
    107107                        if ( mxIsChar ( value ) ) {