summaryrefslogtreecommitdiff
path: root/src/ast_vgatool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast_vgatool.h')
-rw-r--r--src/ast_vgatool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast_vgatool.h b/src/ast_vgatool.h
index 6d24263..f9b65ba 100644
--- a/src/ast_vgatool.h
+++ b/src/ast_vgatool.h
@@ -146,7 +146,7 @@
#define WriteAST1180SOC(addr, data) \
{ \
- ULONG temp; \
+ ULONG temp _X_UNUSED; \
*(ULONG *) (pAST->MMIOVirtualAddr + 0xF004) = (addr) & 0xFFFF0000; \
*(ULONG *) (pAST->MMIOVirtualAddr + 0xF000) = 0x1; \
*(ULONG *) (pAST->MMIOVirtualAddr + 0x10000 + ((addr) & 0x0000FFFF)) = (data); \