mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix compiler warning
This commit is contained in:
parent
3d41252817
commit
5c7b4b340a
@ -54,10 +54,6 @@ wherever possible in this module.
|
|||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#define PyStructSequence_GET_ITEM(op, i) \
|
|
||||||
(((PyStructSequence *)(op))->ob_item[i])
|
|
||||||
|
|
||||||
|
|
||||||
#define BUFSIZE 512
|
#define BUFSIZE 512
|
||||||
#define MAX_DRIVES 26
|
#define MAX_DRIVES 26
|
||||||
static BOOL DEBUG = FALSE;
|
static BOOL DEBUG = FALSE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user