aboutsummaryrefslogtreecommitdiff
path: root/vbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'vbox.h')
-rw-r--r--vbox.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vbox.h b/vbox.h
index 6bb8797..42b3c39 100644
--- a/vbox.h
+++ b/vbox.h
@@ -20,6 +20,8 @@
#ifndef VBOX_H
#define VBOX_H
+#pragma off (unreferenced)
+
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
@@ -155,4 +157,6 @@ static inline unsigned vbox_req_mouse_pointer_size(unsigned width, unsigned heig
return MAX(sizeof(VMMDevReqMousePointer), 24 + 20 + data_size);
}
+#pragma pop (unreferenced)
+
#endif