gecko-dev/widget/gonk/libui
Nicholas Nethercote 8da254d570 Bug 1204518 - Fix warnings in widget/gonk/. r=mwu.
Warnings fixed include the following.

- Several cases where macros (|LOG| and |ALOGE|) were redefined. I just did a
  simple #undef to fix these.

- In GonkMemoryPressureMonitoring.cpp, "the address of NuwaMarkCurrentThread
  will never be NULL".

- In OrientationObserver.cpp, several signed/unsigned comparison warnings.

- Several warnings about variables that are unused or set but not used:
  in InputDispatcher.cpp, InputReader.cpp.

  Also in SpriteController, where several loops were all but empty if
  HAVE_ANDROID_OS is undefined; for these I moved the HAVE_ANDROID_OS check
  outside the loop.

The patch also disallows the introduction of new warnings by removing the
ALLOW_COMPILER_WARNINGS flag.

--HG--
extra : rebase_source : 6dc19235cf992b929d1308fd98baa03e16701874
2015-09-14 18:08:56 -07:00
..
EventHub.cpp Bug 1104661 - Import sha1.c for libui, r=m1 2014-12-16 20:43:41 -05:00
EventHub.h
Input.cpp
Input.h
InputApplication.cpp
InputApplication.h
InputDevice.cpp
InputDevice.h
InputDispatcher.cpp Bug 1204518 - Fix warnings in widget/gonk/. r=mwu. 2015-09-14 18:08:56 -07:00
InputDispatcher.h
InputListener.cpp
InputListener.h
InputManager.cpp
InputManager.h
InputReader.cpp Bug 1204518 - Fix warnings in widget/gonk/. r=mwu. 2015-09-14 18:08:56 -07:00
InputReader.h
InputTransport.cpp
InputTransport.h
InputWindow.cpp
InputWindow.h
KeyCharacterMap.cpp
KeyCharacterMap.h
KeyLayoutMap.cpp Bug 1168730 - Add 'led' for KeyLayoutMap scan code. r=mwu 2015-06-02 21:41:00 -04:00
KeyLayoutMap.h Bug 1168730 - Add 'led' for KeyLayoutMap scan code. r=mwu 2015-06-02 21:41:00 -04:00
Keyboard.cpp Bug 1204518 - Fix warnings in widget/gonk/. r=mwu. 2015-09-14 18:08:56 -07:00
Keyboard.h Bug 1168730 - Add 'led' for KeyLayoutMap scan code. r=mwu 2015-06-02 21:41:00 -04:00
KeycodeLabels.h Bug 1168730 - Add 'led' for KeyLayoutMap scan code. r=mwu 2015-06-02 21:41:00 -04:00
PointerController.cpp
PointerController.h
PowerManager.h
SpriteController.cpp Bug 1204518 - Fix warnings in widget/gonk/. r=mwu. 2015-09-14 18:08:56 -07:00
SpriteController.h
Tokenizer.cpp
Tokenizer.h
Trace.h
VelocityControl.cpp
VelocityControl.h
VelocityTracker.cpp
VelocityTracker.h
VirtualKeyMap.cpp
VirtualKeyMap.h
android_input.h
android_keycodes.h Bug 1107760 - add new keycode mapping for L, r=mwu 2015-01-08 01:14:00 +01:00
cutils_log.h
cutils_trace.h
linux_input.h
sha1.c Bug 1104661 - Import sha1.c for libui, r=m1 2014-12-16 20:43:41 -05:00
sha1.h Bug 1104661 - Import sha1.c for libui, r=m1 2014-12-16 20:43:41 -05:00