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

  Changed paths:
    M config/gen/makefiles/root.in
    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/buffer.c
    M src/io/utilities.c
    M src/library.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/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.
Use HAVE_NONNULL


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

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

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


Compare: https://github.com/parrot/parrot/compare/6012c456046d...507f0589d0d3

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