mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 750616 - Get rid of warnings in necko on android. r=blassey
This commit is contained in:
parent
76aaf23ba2
commit
1852e76ae2
@ -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