Remove unnecessary 'extern' to prevent compiler warnings

This commit is contained in:
mogemimi 2016-07-26 12:42:43 +09:00
parent e1204c6138
commit 0894662eff
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
extern const char* ccETC1ASPositionTextureColor_frag = STRINGIFY( const char* ccETC1ASPositionTextureColor_frag = STRINGIFY(
\n#ifdef GL_ES\n \n#ifdef GL_ES\n
precision mediump float; precision mediump float;
\n#endif\n \n#endif\n

View File

@ -23,7 +23,7 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
extern const char* ccETC1ASPositionTextureGray_frag = STRINGIFY( const char* ccETC1ASPositionTextureGray_frag = STRINGIFY(
\n#ifdef GL_ES\n \n#ifdef GL_ES\n
precision mediump float; precision mediump float;
\n#endif\n \n#endif\n