Add guidance to make sure all code is actually built (#221)

Signed-off-by: Dave Thaler <dthaler@ntdev.microsoft.com>
This commit is contained in:
Dave Thaler 2021-05-25 10:29:24 -07:00 коммит произвёл GitHub
Родитель 2a928a6c71
Коммит 85277df9d6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -29,6 +29,9 @@ Coding Conventions
* **DON'T** use the same C function name with two different prototypes across
the project where possible.
* **DON'T** use commented-out code, or code in an `#if 0` or equivalent. Make sure all code is actually
built.
Header Files
------------