Big clean up to fix issues identified by the inspect program.

Regenerate docs.
This commit is contained in:
jzmaddock
2019-08-20 18:51:17 +01:00
parent f7b608155b
commit b97ab76eae
20 changed files with 114 additions and 49 deletions
-9
View File
@@ -1,9 +0,0 @@
#ifndef __clang__
# error "This test is for Clang only"
#endif
int main()
{
return 0;
}