icinga2/lib
Johannes Schmidt afe17f10c1 Silence -Wdangling-reference warning in ApplyRule
This is a false-positive because the functions in question return
a reference to memory in a static variable that remains fixed after
program start.

This commit adds a macro for the `[[gnu::no_dangling]]` attribute to
ignore the warning for the tagged functions and uses that macro on
both functions returning references to the static variable.
2026-04-27 14:29:26 +02:00
..
base Silence -Wmaybe-uninitialized on older compilers 2026-04-27 14:29:26 +02:00
checker Revert "CheckerComponent#CheckThreadProc(): also propagate next check update to Icinga DB" 2026-04-02 16:37:57 +02:00
cli Merge pull request #10028 from RincewindsHat/node_setup_no_globals 2026-02-12 14:44:50 +01:00
compat Add warnings to deprecated features indicating removal in v2.18 2026-03-27 14:20:55 +01:00
config Silence -Wdangling-reference warning in ApplyRule 2026-04-27 14:29:26 +02:00
db_ido Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
db_ido_mysql Add warnings to deprecated features indicating removal in v2.18 2026-03-27 14:20:55 +01:00
db_ido_pgsql Add warnings to deprecated features indicating removal in v2.18 2026-03-27 14:20:55 +01:00
icinga Silence -Wunnecessary-virtual-specifier warning on clang 2026-04-20 12:46:50 +02:00
icingadb Merge pull request #10619 from Icinga/efficient-config-and-state-update-queue 2026-04-17 11:19:50 +02:00
livestatus Add warnings to deprecated features indicating removal in v2.18 2026-03-27 14:20:55 +01:00
methods Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
mysql_shim Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
notification Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
otel OTel: downgrade broken_pipe errors to debug log 2026-04-15 17:25:14 +02:00
perfdata Merge pull request #10799 from Icinga/fix-pdwc-tls-host-check 2026-04-22 11:22:27 +02:00
pgsql_shim Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
remote Silence -Wtype-limits in HttpUtility::IsValidHeaderValue() 2026-04-27 14:29:26 +02:00
CMakeLists.txt Add common OTel type/lib 2026-04-01 12:18:21 +02:00