X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fimaging%2Fcommon%2Fimage-operations.cpp;h=46ab7137dbf4f70a968985f28daa1de0c2af563f;hb=94544683debb6c663293c39eac5e091f27e1a4e7;hp=2fdeb4fd826592a0029add36b802f11da25eb106;hpb=3d2d93b50847ef5ea57b29e906e22e901142153c;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/imaging/common/image-operations.cpp b/dali/internal/imaging/common/image-operations.cpp index 2fdeb4f..46ab713 100755 --- a/dali/internal/imaging/common/image-operations.cpp +++ b/dali/internal/imaging/common/image-operations.cpp @@ -1470,7 +1470,7 @@ void DownscaleInPlacePow2( unsigned char * const pixels, } else { - DALI_ASSERT_DEBUG( false == "Inner branch conditions don't match outer branch." ); + DALI_ASSERT_DEBUG( false && "Inner branch conditions don't match outer branch." ); } } } @@ -1726,7 +1726,7 @@ void PointSample( const unsigned char * inPixels, } else { - DALI_ASSERT_DEBUG( false == "Inner branch conditions don't match outer branch." ); + DALI_ASSERT_DEBUG( false && "Inner branch conditions don't match outer branch." ); } } else @@ -2135,7 +2135,7 @@ void LinearSample( const unsigned char * __restrict__ inPixels, } else { - DALI_ASSERT_DEBUG( false == "Inner branch conditions don't match outer branch." ); + DALI_ASSERT_DEBUG( false && "Inner branch conditions don't match outer branch." ); } } else