Modernize Bongo 0.7.0 foundation

This commit is contained in:
Mario Fetka
2026-07-16 14:26:58 +02:00
parent 27a70c1332
commit 16015f8559
516 changed files with 16029 additions and 24385 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ struct _BongoGlobals {
};
extern struct _BongoGlobals BongoGlobals;
static BongoConfigItem GlobalConfig[] = {
static BongoConfigItem GlobalConfig[] __attribute__((unused)) = {
{ BONGO_JSON_STRING, "o:hostname/s", &BongoGlobals.hostname },
{ BONGO_JSON_STRING, "o:hostaddr/s", &BongoGlobals.hostaddr },
{ BONGO_JSON_STRING, "o:postmaster/s", &BongoGlobals.postmaster },