Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-372

minor new lint.

    • Type: Icon: Task Task
    • Resolution: Done
    • WT1.3.5
    • Affects Version/s: None
    • Component/s: None
    • Labels:

      A place that needs WT_PTRDIFF?

      #... get_table(session, tablename, tend - tablename, 0, &table))) != 0) return
                  tablename, tend - tablename, 0, &table));
      schema/schema_open.c  431  Info 732: Loss of sign (arg. no. 3) (long to unsigned long)
                                                         _
      #... get_table(session, tablename, tend - tablename, 0, &table))) != 0) return
                  tablename, tend - tablename, 0, &table));
      schema/schema_open.c  468  Info 732: Loss of sign (arg. no. 3) (long to unsigned long)
      

      and this one looks real to me:

      #... ((__ret = (__wt_schema_open_indices(session, table))) != 0) return (__ret)
                      WT_RET(__wt_schema_open_indices(session, table));
      schema/schema_worker.c  42  Warning 530: Symbol 'table' (line 24) not initialized
      

            Assignee:
            michael.cahill@mongodb.com Michael Cahill (Inactive)
            Reporter:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: