Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: a71dfb9a9841d86f24362810670dafb11cb81fc3
      
https://github.com/parrot/parrot/commit/a71dfb9a9841d86f24362810670dafb11cb81fc3
  Author: James E Keenan <[email protected]>
  Date:   2025-11-29 (Sat, 29 Nov 2025)

  Changed paths:
    M lib/Parrot/Configure.pm

  Log Message:
  -----------
  Avoid "Negative repeat count does nothing warning"

For inter::shlibs, the sum of the description and the result can, on
certain platforms (e.g., FreeBSD-14), exceed the maximum, which causes a
warning to be emitted.

  inter::shlibs -       Determine flags for building shared 
libraries...Negative repeat count does nothing at lib/Parrot/Configure.pm line 
481.
  -DPIC -fPIC.

In this case, let's just let the line overflow a
little, as that's less surprising than the warning.



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