diff options
Diffstat (limited to 'vbox.h')
-rw-r--r-- | vbox.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |