Bug 750616 - Get rid of warnings in necko on android. r=blassey

This commit is contained in:
Jason Duell 2012-05-08 17:00:12 -07:00
parent dc77036350
commit 674d0a7605
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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();