On Thu, Nov 23, 2017 at 9:58 PM, Pawel Aksiutowicz <[email protected]> wrote: > ecore_con: quiet 2 "clobbered" warnings in ecore_con ... > - uint8_t user_len = user ? strlen(user) : 0; > - uint8_t pass_len = pass ? strlen(pass) : 0; > + volatile uint8_t user_len = user ? strlen(user) : 0; > + volatile uint8_t pass_len = pass ? strlen(pass) : 0;
what? someone care to explain why adding "volatile" here quites clobbered... what was clobbered? it makes no sense to me to add these volatile :-S -- Gustavo Sverzut Barbieri -------------------------------------- Mobile: +55 (16) 99354-9890 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
