~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/cslib/CSS3Protocol.cc

  • Committer: Monty Taylor
  • Date: 2010-10-06 18:22:02 UTC
  • mto: (1818.1.1 build) (1821.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 1819.
  • Revision ID: mordred@inaugust.com-20101006182202-bzj2dpg6gnmbgghh
Fixed some more ICC warnings. How did I get started on this this morning?

Show diffs side-by-side

added added

removed removed

Lines of Context:
546
546
        }
547
547
        catch_(a);
548
548
        con->ms_throw_error = true;
549
 
        data_sent = -1;
 
549
        data_sent = SIZE_MAX;
550
550
        
551
551
        cont_(a);
552
552
        
569
569
        }
570
570
        catch_(a);
571
571
        con->ms_throw_error = true;
572
 
        data_len = -1;
 
572
        data_len = SIZE_MAX; 
573
573
        
574
574
        cont_(a);
575
575
        return_(data_len);