diff options
author | Vinson Lee <[email protected]> | 2009-12-28 00:44:30 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2009-12-28 00:44:30 -0800 |
commit | 31d1822473bf9d4105bb82b67572cfeea53aaf94 (patch) | |
tree | da3e9deaf9c3b52827693c692cc857a77ec7007c /src/gallium/drivers/llvmpipe/lp_winsys.h | |
parent | c441386b0c5c70fc4ae5b3c1eff3fb7f09812a30 (diff) |
llvmpipe: Silence compiler warnings.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_winsys.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_winsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_winsys.h b/src/gallium/drivers/llvmpipe/lp_winsys.h index 595481c2cbc..74b472b6531 100644 --- a/src/gallium/drivers/llvmpipe/lp_winsys.h +++ b/src/gallium/drivers/llvmpipe/lp_winsys.h @@ -35,7 +35,7 @@ #define LP_WINSYS_H -#include "pipe/p_compiler.h" // for boolean +#include "pipe/p_compiler.h" /* for boolean */ #include "pipe/p_format.h" |