mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 750616 - Get rid of warnings in necko on android. r=blassey
This commit is contained in:
parent
dc77036350
commit
674d0a7605
@ -44,6 +44,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
MODULE = necko
|
||||
LIBRARY_NAME = neckosystem_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
FORCE_STATIC_LIB = 1
|
||||
|
||||
|
@ -322,7 +322,7 @@ public:
|
||||
enum {
|
||||
WINDOW_FORMAT_RGBA_8888 = 1,
|
||||
WINDOW_FORMAT_RGBX_8888 = 2,
|
||||
WINDOW_FORMAT_RGB_565 = 4,
|
||||
WINDOW_FORMAT_RGB_565 = 4
|
||||
};
|
||||
|
||||
bool HasNativeWindowAccess();
|
||||
|
Loading…
Reference in New Issue
Block a user