The compilation of JerryScript with valid Nuttx and TizenRT headers
triggered many compilation warnings for int to bitfield conversions.
One of the reasons for this warning is usage of unlikely preprocessor
directives.
A conversion warnings were disabled for JerryScript. They cause many
false negatives for int to bit filed conversions at older versions of
GCC.
A flag Wno-implicit-fallthrough was enabled for all versions of GCC
not just for version greater than 7.0.
The compilation of JerryScript with valid Nuttx and TizenRT headers triggered many compilation warnings for int to bitfield conversions. One of the reasons for this warning is usage of unlikely preprocessor directives.
JerryScript-DCO-1.0-Signed-off-by: Jaroslaw Pelczar j.pelczar@samsung.com