Skip to content

Commit 444b6d3

Browse files
committed
fix(net/bsdrcmds): compile-error
AI-generated fix for DragonFlyBSD build failure. Classification: compile-error Evidence bundle: /tmp/test-bundle Generated by agentic-dsynth-evidence-hooks workflow.
1 parent 64a2338 commit 444b6d3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11

22
OPTIONS_DEFAULT:= ${OPTIONS_DEFAULT:NLIBBLACKLIST}
3+
CFLAGS+= -Wno-misleading-indentation
4+
CFLAGS+= -Wno-unused-const-variable
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
OPTIONS_DEFAULT:= ${OPTIONS_DEFAULT:NLIBBLACKLIST}

0 commit comments

Comments
 (0)