Re: Deprecation warnings on trunk

2025-06-17 Thread Daniel Sahlberg
Den mån 16 juni 2025 kl 22:23 skrev Branko Čibej : ... > There used to be a warnings-check builder that would fail in such cases, > but apparently it hasn't been ported to GH actions. > That would probably be my fault... Does it make sense to recreate on GHA? I don't have time right now but proba

Re: Deprecation warnings on trunk

2025-06-16 Thread Branko Čibej
On 17. 6. 25 04:24, Nathan Hartman wrote: On Mon, Jun 16, 2025 at 10:17 PM Branko Čibej wrote: On 17. 6. 25 03:29, Nathan Hartman wrote: On Mon, Jun 16, 2025 at 4:23 PM Branko Čibej wrote: When building trunk (with autotools and maintainer-mode; to test with serf-

Re: Deprecation warnings on trunk

2025-06-16 Thread Nathan Hartman
On Mon, Jun 16, 2025 at 10:17 PM Branko Čibej wrote: > On 17. 6. 25 03:29, Nathan Hartman wrote: > > On Mon, Jun 16, 2025 at 4:23 PM Branko Čibej wrote: > >> When building trunk (with autotools and maintainer-mode; to test with >> serf-2), I get a lot of warnings like this one: >> >> .../subvers

Re: Deprecation warnings on trunk

2025-06-16 Thread Branko Čibej
On 17. 6. 25 03:29, Nathan Hartman wrote: On Mon, Jun 16, 2025 at 4:23 PM Branko Čibej wrote: When building trunk (with autotools and maintainer-mode; to test with serf-2), I get a lot of warnings like this one: .../subversion/svnadmin/svnadmin.c:2598:11: warning: 'svn_opt_args_to

Re: Deprecation warnings on trunk

2025-06-16 Thread Nathan Hartman
On Mon, Jun 16, 2025 at 4:23 PM Branko Čibej wrote: > When building trunk (with autotools and maintainer-mode; to test with > serf-2), I get a lot of warnings like this one: > > .../subversion/svnadmin/svnadmin.c:2598:11: warning: > 'svn_opt_args_to_target_array3' is deprecated [-Wdeprecated-dec

Re: Deprecation warnings on trunk

2025-06-16 Thread Timofei Zhakov
(for some reason my mail client couldn't verify your email and it thinks it's spam) -- Timofei Zhakov

Re: Deprecation warnings on trunk

2025-06-16 Thread Branko Čibej
On 17. 6. 25 00:45, Timofei Zhakov wrote: On Mon, Jun 16, 2025 at 10:23 PM Branko Čibej wrote: When building trunk (with autotools and maintainer-mode; to test with serf-2), I get a lot of warnings like this one: .../subversion/svnadmin/svnadmin.c:2598:11: warning: 'svn_opt_args_t

Re: Deprecation warnings on trunk

2025-06-16 Thread Timofei Zhakov
On Mon, Jun 16, 2025 at 10:23 PM Branko Čibej wrote: > When building trunk (with autotools and maintainer-mode; to test with > serf-2), I get a lot of warnings like this one: > > .../subversion/svnadmin/svnadmin.c:2598:11: warning: > 'svn_opt_args_to_target_array3' is deprecated [-Wdeprecated-de

Deprecation warnings on trunk

2025-06-16 Thread Branko Čibej
When building trunk (with autotools and maintainer-mode; to test with serf-2), I get a lot of warnings like this one: .../subversion/svnadmin/svnadmin.c:2598:11: warning: 'svn_opt_args_to_target_array3' is deprecated [-Wdeprecated-declarations] 2598 | SVN_ERR(svn_opt_args_to_target_array3(&t

Deprecation warnings on /trunk

2014-05-25 Thread Stefan Fuhrmann
Hi there, We still get 9 deprecation warnings on /trunk. I don't think they are a release blocker but in the last couple of releases, we managed to resolve them. For those API calls that simply added cancellation support, I would be fine with directly fixing them on 1.9.x (by se