We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda0c26 commit bcc0917Copy full SHA for bcc0917
1 file changed
.github/workflows/ci.yml
@@ -275,6 +275,13 @@ jobs:
275
test_objfw:
276
name: Test ObjFW
277
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
+
285
runs-on: ubuntu-latest
286
287
steps:
0 commit comments