On Tue, Dec 30, 2025 at 09:35:58AM +1100, Craig Small wrote: [...] > syslog-ng: How is pages this due to net-snmp? > > > ./../lib/filterx/filterx-object.h:221:3: error: ISO C90 forbids mixed > declarations and code [-Werror=declaration-after-statement] > 221 | FilterXObject *result = self->type->getattr(self, attr); > | ^~~~~~~~~~~~~
It seems `net-snmp-config --cflags` changed its output and I think the culprit is that it now includes: -Werror=declaration-after-statement Regards, Andreas Henriksson

