summaryrefslogtreecommitdiff
path: root/beecrypt/beecrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'beecrypt/beecrypt.c')
-rw-r--r--beecrypt/beecrypt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/beecrypt/beecrypt.c b/beecrypt/beecrypt.c
index d28762840..c888cfa2a 100644
--- a/beecrypt/beecrypt.c
+++ b/beecrypt/beecrypt.c
@@ -1,3 +1,4 @@
+/*@-sizeoftype@*/
/**
* \file beecrypt.c
*
@@ -846,3 +847,4 @@ BOOL WINAPI DllMain(HINSTANCE hInst, DWORD wDataSeg, LPVOID lpReserved)
return TRUE;
}
#endif
+/*@=sizeoftype@*/