Add compile time verification of assumptions we're currently making implicitly/tacitly

This commit is contained in:
practicalswift
2019-02-11 23:52:59 +01:00
parent 1bc149d05b
commit 7cee85807c
3 changed files with 51 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
#include <attributes.h>
#include <compat.h>
#include <compat/assumptions.h>
#include <fs.h>
#include <logging.h>
#include <sync.h>