Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ec13d939

Von admin vor mehr als 3 Jahren hinzugefügt

  • ID ec13d939aa72c7d8e31f6102cd751e92b06f7fc2
  • Vorgänger 7344a6f4
  • Nachfolger c52b7977

Fixed compiler warnings, decreased verbosity.

Unterschiede anzeigen:

src/apps/aqfinance-cli/opendb.c
rv=AE_Init(NULL);
if (rv) {
DBG_ERROR_ERR(0, rv);
DBG_INFO(0, "here (%d)", rv);
return rv;
}
......
rv=AE_Init(NULL);
if (rv) {
DBG_ERROR_ERR(0, rv);
DBG_INFO(0, "here (%d)", rv);
return rv;
}
......
rv=AE_Init(NULL);
if (rv) {
DBG_ERROR_ERR(0, rv);
DBG_INFO(0, "here (%d)", rv);
return rv;
}

Auch abrufbar als: Unified diff