~zorba-coders/zorba/bug-957580

« back to all changes in this revision

Viewing changes to src/zorbaserialization/bin_archiver.cpp

  • Committer: Tarmac
  • Author(s): Sorin Marian Nasoi
  • Date: 2012-03-16 12:38:03 UTC
  • mfrom: (10720.2.8 fix_warnings_fedora)
  • Revision ID: tarmac-20120316123803-o22n385z0sbijhx2
Fixed warnings that appear in Fedora. Approved: William Candillon, Sorin Marian Nasoi, Matthias Brantner

Show diffs side-by-side

added added

removed removed

Lines of Context:
342
342
    case ARCHIVE_FIELD_IS_NULL:          small_treat = 1;break;
343
343
    case ARCHIVE_FIELD_IS_REFERENCING:   small_treat = 2;break;
344
344
    case ARCHIVE_FIELD_IS_BASECLASS:     small_treat = 3;break;//??
 
345
    default: break;
345
346
    }
346
347
    write_bits(small_treat, 2);
347
348
#endif