discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=a1d8fd1b6a23949ceb1630f60169baddc36c7012
commit a1d8fd1b6a23949ceb1630f60169baddc36c7012 Author: Mike Blumenkrantz <[email protected]> Date: Sat Jan 18 15:15:25 2014 -0500 revert previous "removed" warnings" commit chunk which added more warnings --- src/modules/conf_randr/e_int_config_randr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/conf_randr/e_int_config_randr.c b/src/modules/conf_randr/e_int_config_randr.c index 44cce14..885e403 100644 --- a/src/modules/conf_randr/e_int_config_randr.c +++ b/src/modules/conf_randr/e_int_config_randr.c @@ -9,8 +9,7 @@ struct _E_Config_Dialog_Data { Evas_Object *o_randr; - unsigned char restore; - unsigned int primary; + int restore, primary; }; /* local function prototypes */ --
