zonemaster / zonemaster-ldns

A Perl interface module for Zonemaster to NLnet Labs' ldns library
Other
8 stars 12 forks source link

Fix compiler warning in XS code #204

Closed marc-vanderwal closed 4 weeks ago

marc-vanderwal commented 1 month ago

Purpose

This PR fixes an easy-to-fix compiler warning when building Zonemaster::LDNS.

Context

Not applicable.

Changes

Turn a ldns_rr_descriptor* variable into a const ldns_rr_descriptor* variable.

How to test this PR

On a checked-out Git repository, use cpanm -nv . and make sure no compiler warnings appear. Unit tests should also still pass.