Branch: refs/heads/rurban/warnings
  Home:   https://github.com/parrot/parrot
  Commit: c5fd9e7f649b7eeb066f152602cfcd294f786002
      
https://github.com/parrot/parrot/commit/c5fd9e7f649b7eeb066f152602cfcd294f786002
  Author: Reini Urban <[email protected]>
  Date:   2025-12-13 (Sat, 13 Dec 2025)

  Changed paths:
    M compilers/imcc/main.c
    M compilers/imcc/parser_util.c
    M config/gen/makefiles/root.in
    M ext/nqp-rx/Rules.mak
    M include/parrot/api.h
    M include/parrot/compiler.h
    M include/parrot/exceptions.h
    M include/parrot/interpreter.h
    M include/parrot/string.h
    M src/call/args.c
    M src/call/pcc.c
    M src/datatypes.c
    M src/debug.c
    M src/dynext.c
    M src/embed/embed_private.h
    M src/embed/pmc.c
    M src/embed/strings.c
    M src/gc/gc_gms.c
    M src/gc/gc_ms2.c
    M src/global_setup.c
    M src/hash.c
    M src/hll.c
    M src/interp/inter_cb.c
    M src/io/api.c
    M src/io/buffer.c
    M src/io/utilities.c
    M src/library.c
    M src/oo.c
    M src/packfile/api.c
    M src/packfile/object_serialization.c
    M src/packfile/pf_items.c
    M src/pmc.c
    M src/runcore/trace.c
    M src/string/api.c
    M src/string/encoding.c
    M src/string/encoding/null.c
    M src/string/encoding/shared.c
    M src/string/encoding/ucs2.c
    M src/string/encoding/utf16.c
    M src/string/encoding/utf8.c
    M src/thread.c
    M src/utils.c

  Log Message:
  -----------
  [core] fix -Wnonnull-compare warnings

when the compiler already ensured that an arg is non-NULL,
it doesnt need to be checked at runtime again.
Set HAVE_NONNULL


  Commit: a37839a23da13b08023824be9c638c9a26126b46
      
https://github.com/parrot/parrot/commit/a37839a23da13b08023824be9c638c9a26126b46
  Author: Reini Urban <[email protected]>
  Date:   2025-12-13 (Sat, 13 Dec 2025)

  Changed paths:
    M src/gc/gc_inf.c
    M src/string/encoding.c

  Log Message:
  -----------
  [cage] fix -Wcalloc-transposed-args


  Commit: b34805389af01114d8cf7cc7fe1f902bed7fbbe0
      
https://github.com/parrot/parrot/commit/b34805389af01114d8cf7cc7fe1f902bed7fbbe0
  Author: Reini Urban <[email protected]>
  Date:   2025-12-13 (Sat, 13 Dec 2025)

  Changed paths:
    M compilers/imcc/parser_util.c
    M compilers/imcc/pbc.c
    M src/nci/libffi.c
    M src/string/spf_render.c

  Log Message:
  -----------
  [cage] fix -Wimplicit-fallthrough warnings


  Commit: b93775e631fa0e58f0623b7da9378f0474a7d1ea
      
https://github.com/parrot/parrot/commit/b93775e631fa0e58f0623b7da9378f0474a7d1ea
  Author: Reini Urban <[email protected]>
  Date:   2025-12-13 (Sat, 13 Dec 2025)

  Changed paths:
    M src/oo.c

  Log Message:
  -----------
  [core] fix oob in error message in fail_if_type_exists

A type < 0 has no name which we can display. Fixes GH #1260.


  Commit: d860d20dac541d8aa19e3e1b57448a1d937c0973
      
https://github.com/parrot/parrot/commit/d860d20dac541d8aa19e3e1b57448a1d937c0973
  Author: Reini Urban <[email protected]>
  Date:   2025-12-13 (Sat, 13 Dec 2025)

  Changed paths:
    M config/auto/warnings.pm

  Log Message:
  -----------
  [config] disable -Wstack-usage=500 with asan or --debugging


  Commit: 42c2b0f849f3399c054e014330fd0aacfe79964f
      
https://github.com/parrot/parrot/commit/42c2b0f849f3399c054e014330fd0aacfe79964f
  Author: Reini Urban <[email protected]>
  Date:   2025-12-13 (Sat, 13 Dec 2025)

  Changed paths:
    M config/auto/warnings.pm
    M config/gen/makefiles/root.in

  Log Message:
  -----------
  [config] suppress -Wcast-qual

for cast discards ‘const’ qualifier from pointer target type warnings


Compare: https://github.com/parrot/parrot/compare/0bfd4f625bb8...42c2b0f849f3

To unsubscribe from these emails, change your notification settings at 
https://github.com/parrot/parrot/settings/notifications
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-commits

Reply via email to