Skip to content

Commit a224d0b

Browse files
add note to coding style docs about no warnings
1 parent 1fa2e4d commit a224d0b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

libc/docs/dev/code_style.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,11 @@ these functions do not call the constructors and destructors of the
178178
allocated/deallocated objects. So, use these functions carefully and only
179179
when it is absolutely clear that constructor and destructor invocation is
180180
not required.
181+
182+
Warnings in sources
183+
===================
184+
185+
We expect contributions to be free of warnings from the `minimum supported
186+
compiler versions`__ (and newer).
187+
188+
.. __: https://libc.llvm.org/compiler_support.html#minimum-supported-versions

0 commit comments

Comments
 (0)