Skip to content

GCC v14.2 warnings #125

Open
Open
@SteveRussell33

Description

@SteveRussell33
cc  -Iinclude -Idep/include -fPIC -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -D_USE_MATH_DEFINES -municode  -DTE_POW_FROM_RIGHT -DTE_NAT_LOG -c -o build/dep/tinyexpr/tinyexpr.c.o dep/tinyexpr/tinyexpr.c
dep/tinyexpr/tinyexpr.c: In function 'base':
dep/tinyexpr/tinyexpr.c:321:16: warning: array subscript 'te_expr[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds=]
  321 |             ret->bound = s->bound;
      |                ^~
In function 'new_expr',
    inlined from 'base' at dep/tinyexpr/tinyexpr.c:320:19:
dep/tinyexpr/tinyexpr.c:90:20: note: object of size 16 allocated by 'malloc'
   90 |     te_expr *ret = malloc(size);
      |                    ^~~~~~~~~~~~
In function 'new_expr',
    inlined from 'base' at dep/tinyexpr/tinyexpr.c:314:19:
dep/tinyexpr/tinyexpr.c:95:15: warning: array subscript 'te_expr[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds=]
   95 |     ret->type = type;
      |     ~~~~~~~~~~^~~~~~
dep/tinyexpr/tinyexpr.c:90:20: note: object of size 16 allocated by 'malloc'
   90 |     te_expr *ret = malloc(size);
      |                    ^~~~~~~~~~~~
dep/tinyexpr/tinyexpr.c: In function 'base':
dep/tinyexpr/tinyexpr.c:315:16: warning: array subscript 'te_expr[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds=]
  315 |             ret->value = s->value;
      |                ^~
In function 'new_expr',
    inlined from 'base' at dep/tinyexpr/tinyexpr.c:314:19:
dep/tinyexpr/tinyexpr.c:90:20: note: object of size 16 allocated by 'malloc'
   90 |     te_expr *ret = malloc(size);
      |                    ^~~~~~~~~~~~
dep/tinyexpr/tinyexpr.c: In function 'base':
dep/tinyexpr/tinyexpr.c:394:16: warning: array subscript 'te_expr[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds=]
  394 |             ret->value = NAN;
      |                ^~
In function 'new_expr',
    inlined from 'base' at dep/tinyexpr/tinyexpr.c:392:19:
dep/tinyexpr/tinyexpr.c:90:20: note: object of size 16 allocated by 'malloc'
   90 |     te_expr *ret = malloc(size);
      |                    ^~~~~~~~~~~~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions