Fix clang string literal conversion warnings.
authorJarkko Pöyry <jpoyry@google.com>
Fri, 29 May 2015 23:36:30 +0000 (16:36 -0700)
committerJarkko Pöyry <jpoyry@google.com>
Thu, 4 Jun 2015 01:17:44 +0000 (18:17 -0700)
commit1cc61b7d03cad727bbddd00cea8d78f4f6cc9047
tree2c66be200c638cdeb91885b0866369bd8728b85c
parentba29eb39cbd844b16f8ff3dc9ad07803a5a19844
Fix clang string literal conversion warnings.

- Add DE_FATAL(MSG) macro to replace DE_ASSERT(!"MSG") pattern used in
  code.

Bug: 21161908
Change-Id: I96414b9ecfbb953b1c5236753c21c5c2d08d3f59
40 files changed:
framework/common/tcuFloatFormat.cpp
framework/common/tcuResultCollector.cpp
framework/delibs/debase/deDefs.h
framework/delibs/deimage/deImage.c
framework/delibs/depool/dePoolMultiSet.h
framework/delibs/depool/dePoolSet.h
framework/delibs/deutil/deSocket.c
framework/egl/egluGLUtil.cpp
framework/opengl/gluShaderUtil.cpp
framework/opengl/simplereference/sglrGLContext.cpp
framework/opengl/simplereference/sglrShaderProgram.cpp
framework/platform/X11/tcuX11GlxPlatform.cpp
framework/platform/android/tcuAndroidWindow.cpp
framework/platform/ios/tcuIOSPlatform.hh
framework/randomshaders/rsgExecutionContext.cpp
framework/referencerenderer/rrPrimitivePacket.cpp
framework/referencerenderer/rrVertexAttrib.cpp
modules/egl/teglImageTests.cpp
modules/egl/teglImageUtil.cpp
modules/gles2/functional/es2fFboRenderTest.cpp
modules/gles2/functional/es2fShaderIndexingTests.cpp
modules/gles2/functional/es2fShaderLoopTests.cpp
modules/gles3/functional/es3fFboCompletenessTests.cpp
modules/gles3/functional/es3fFboTestCase.cpp
modules/gles3/functional/es3fFboTestUtil.cpp
modules/gles3/functional/es3fShaderIndexingTests.cpp
modules/gles3/functional/es3fShaderLoopTests.cpp
modules/gles31/functional/es31fDebugTests.cpp
modules/gles31/functional/es31fFboTestCase.cpp
modules/gles31/functional/es31fFboTestUtil.cpp
modules/gles31/functional/es31fSeparateShaderTests.cpp
modules/gles31/functional/es31fUniformLocationTests.cpp
modules/glshared/glsBuiltinPrecisionTests.cpp
modules/glshared/glsDrawTest.cpp
modules/glshared/glsFboCompletenessTests.cpp
modules/glshared/glsFboUtil.cpp
modules/glshared/glsScissorTests.cpp
modules/glshared/glsShaderLibraryCase.cpp
modules/glshared/glsTextureStateQueryTests.cpp
modules/glshared/glsTextureTestUtil.cpp