DEVTOOLS: Make Coverity happy.
This is mainly due to unhandled clang __has_featrure() buit-in. I do not like this hack, but Coverity proved to be a very good tool for us.
This commit is contained in:
parent
8053989dd1
commit
ca5804a253
6 changed files with 15 additions and 6 deletions
|
@ -33,10 +33,6 @@
|
|||
#undef main
|
||||
#endif // main
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "common/endian.h"
|
||||
#include "create_mortdat.h"
|
||||
#include "enginetext.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue