efl/src
Mike Blumenkrantz f09a3b5ca3 efl_ui/container: remove erroneous negative value checks for uint params
Summary:
../src/lib/elementary/efl_ui_box.c: In function ‘_efl_ui_box_efl_gfx_arrangement_content_padding_set’:
../src/lib/elementary/efl_ui_box.c:411:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limit ]
  411 |    if (h < 0) h = 0;
      |          ^
../src/lib/elementary/efl_ui_box.c:412:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limit ]
  412 |    if (v < 0) v = 0;
      |          ^
../src/lib/elementary/efl_ui_table.c: In function ‘_efl_ui_table_efl_gfx_arrangement_content_padding_set’:
../src/lib/elementary/efl_ui_table.c:272:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
  272 |    if (h < 0) h = 0;
      |          ^
../src/lib/elementary/efl_ui_table.c:273:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
  273 |    if (v < 0) v = 0;
      |          ^

Reviewers: segfaultxavi

Reviewed By: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10304
2019-10-08 16:49:41 +02:00
..
benchmarks benchmark/collection: add Elementary.h 2019-09-30 10:33:33 +02:00
bin csharp: Move locks inside AddRemove native handlers 2019-10-04 10:12:57 -03:00
bindings csharp: Add some docs to MVVM infrastructure 2019-10-08 10:24:17 +02:00
edje_external
examples efl_gfx_arrangement: change content_padding param type and remove scalable 2019-10-02 12:11:15 +02:00
generic evas - rsvg loader - comment out deprecated func from rsvg we don't need 2019-09-16 01:47:05 +01:00
lib efl_ui/container: remove erroneous negative value checks for uint params 2019-10-08 16:49:41 +02:00
modules build - images loaders and saver modules need to link to evas 2019-10-05 18:39:38 +01:00
scripts Pyolian: implement some missing eolian functions 2019-10-07 22:38:04 +02:00
static_libs vg_common_json: Override value_provider list 2019-10-02 14:30:06 +09:00
tests efl_test_multi_selectable: ensure consistant state across mode switch 2019-10-07 10:03:48 -04:00
wayland_protocol