From ea0d38e43e09982679585f6d679e12d79c4389d5 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Fri, 19 Dec 2025 22:34:36 +0800
Subject: [PATCH] update socketd code to fix break bug

---
 project/4.mqttd/booster/makefile |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/project/4.mqttd/booster/makefile b/project/4.mqttd/booster/makefile
index 1da2227..2b9a3c5 100644
--- a/project/4.mqttd/booster/makefile
+++ b/project/4.mqttd/booster/makefile
@@ -11,9 +11,7 @@
 #
 #*******************************************************************************
 
-PWD=$(shell pwd )
-
-CFLAGS += -Wno-format-overflow
+PWD=$(shell pwd)
 
 BUILD_ARCH=$(shell uname -m)
 ifneq ($(findstring $(BUILD_ARCH), "x86_64" "i386"),)

--
Gitblit v1.10.0