mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 772373 - Force warnings as errors in hal/. r=jlebar
This commit is contained in:
parent
b2ba429232
commit
d418cd569b
@ -24,6 +24,7 @@ LIBRARY_NAME = hal_s
|
||||
FORCE_STATIC_LIB = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
EXPORTS_NAMESPACES = mozilla
|
||||
EXPORTS_mozilla = \
|
||||
|
@ -272,7 +272,7 @@ float fakeData(NSTimeInterval time);
|
||||
static int debugging = NO; // True if debugging (synthetic data)
|
||||
static io_connect_t connection; // Connection for reading accel values
|
||||
static int running = NO; // True if we successfully started
|
||||
static int sensorNum = 0; // The current index into sensors[]
|
||||
static unsigned int sensorNum = 0; // The current index into sensors[]
|
||||
static const char *serviceName; // The name of the current service
|
||||
static char *iRecord, *oRecord; // Pointers to read/write records for sensor
|
||||
static int recordSize; // Size of read/write records
|
||||
|
Loading…
Reference in New Issue
Block a user