Ticket Change Details
Not logged in
Overview

Artifact ID: df11fb436de85d4eecadd1c1b22c40b87e0bb39a
Ticket: f64f9b57eb49f7917e6238c2c5399da5c119ce3e
warnings introduced in db.c since checkin [2f58d48cab]
User & Date: rwilson 2010-02-08 14:50:11
Changes

  1. comment changed to:
    <pre>
    gcc -Os -Wall -DFOSSIL_I18N=0 -L/mingw/lib -I/mingw/include  -I. -I./src -o db.o -c db_.c
    db_.c: In function `db_init_database':
    db_.c:533: warning: implicit declaration of function `sqlite3_win32_mbcs_to_utf8'
    db_.c:533: warning: assignment makes pointer from integer without a cast
    db_.c: In function `openDatabase':
    db_.c:568: warning: assignment makes pointer from integer without a cast
    db_.c: In function `db_open_or_attach':
    db_.c:594: warning: assignment makes pointer from integer without a cast
    </pre>
    
  2. foundin changed to: "01a769a9fa"
  3. private_contact changed to: "2359089ef753bc96e12743e299243d5232c749fa"
  4. severity changed to: "Minor"
  5. status changed to: "Open"
  6. title changed to:
    warnings introduced in db.c since checkin [2f58d48cab]
    
  7. type changed to: "Code_Defect"