Warning fixes.
ISO C99 doesn’t support unnamed structs/unions. Comparison of distinct pointer types lacks a cast. Dereferencing type-punned pointer will break strict-aliasing rules. Type of bit-field ‘ext’ is a GCC extension. JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
This commit is contained in:
@@ -42,6 +42,10 @@
|
||||
# define __attr_pure___ __attribute__((pure))
|
||||
#endif /* !__attr_pure___ */
|
||||
|
||||
#ifndef __GNUC__
|
||||
#define __extension__
|
||||
#endif /* !__GNUC__ */
|
||||
|
||||
/**
|
||||
* Constants
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user