Skip to content

Commit bcc0917

Browse files
committed
Don't error on ObjFW documentation
1 parent bda0c26 commit bcc0917

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,13 @@ jobs:
275275
test_objfw:
276276
name: Test ObjFW
277277

278+
env:
279+
CFLAGS: -Wno-error=documentation
280+
CXXFLAGS: -Wno-error=documentation
281+
OBJCFLAGS: -Wno-error=documentation
282+
ASMFLAGS: -Wno-error=documentation
283+
LDFLAGS: -Wno-error=documentation
284+
278285
runs-on: ubuntu-latest
279286

280287
steps:

0 commit comments

Comments
 (0)