~zorba-coders/zorba/bug-957580

« back to all changes in this revision

Viewing changes to src/store/naive/simple_index.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:
136
136
    return "BOX_VALUE";
137
137
  case BOX_GENERAL:
138
138
    return "BOX_GENERAL";
 
139
  default:
 
140
    return "";
139
141
  }
140
142
}
141
143