diff options
Diffstat (limited to 'graphics/aqsis/files/patch-libs_shadervm_dsoshadeops.cpp')
-rw-r--r-- | graphics/aqsis/files/patch-libs_shadervm_dsoshadeops.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/aqsis/files/patch-libs_shadervm_dsoshadeops.cpp b/graphics/aqsis/files/patch-libs_shadervm_dsoshadeops.cpp deleted file mode 100644 index 11de7f4356ed..000000000000 --- a/graphics/aqsis/files/patch-libs_shadervm_dsoshadeops.cpp +++ /dev/null @@ -1,15 +0,0 @@ -libs/shadervm/dsoshadeops.cpp:150:44: error: cast from pointer to smaller type 'char' loses information - while( ( pShadeOp->m_opspec )[0] != (char) NULL ) - ^~~~~~~~~~~ - ---- libs/shadervm/dsoshadeops.cpp.orig 2012-08-24 12:26:50 UTC -+++ libs/shadervm/dsoshadeops.cpp -@@ -147,7 +147,7 @@ CqDSORepository::getShadeOpMethods(CqString* pShadeOpN - { - //We have an appropriate named shadeop table - SqShadeOp *pShadeOp = (SqShadeOp*) pTableSymbol; -- while( ( pShadeOp->m_opspec )[0] != (char) NULL ) -+ while( ( pShadeOp->m_opspec )[0] != '\0' ) - { - SqDSOExternalCall *pDSOCall = NULL; - pDSOCall = parseShadeOpTableEntry( handle, pShadeOp ); |