Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7457d71f

Von admin vor fast 6 Jahren hinzugefügt

  • ID 7457d71fcc808551e2b035e3c542a2d3b4d46423
  • Vorgänger f9e36299
  • Nachfolger 64ba73f6

Fixed compiler warnings.

Unterschiede anzeigen:

src/os/directory_all.c
/***************************************************************************
begin : Sun Nov 23 2003
copyright : (C) 2003 by Martin Preuss
copyright : (C) 2019 by Martin Preuss
email : martin@libchipcard.de
***************************************************************************
......
/* ------------------------------------------------------------------------------------------------
* forward declarations
* ------------------------------------------------------------------------------------------------
*/
static void *GWEN_Directory_HandlePathElement(const char *entry, void *data, unsigned int flags);
/* ------------------------------------------------------------------------------------------------
* implementations
* ------------------------------------------------------------------------------------------------
*/
void *GWEN_Directory_HandlePathElement(const char *entry,
void *data,
unsigned int flags)
......
int GWEN_Directory_OsifyPath(const char *path, GWEN_BUFFER *pbuf,
#ifndef OS_WIN32
GWEN_UNUSED
#endif
int transformDriveElement)
{
const char *p;

Auch abrufbar als: Unified diff