Build started on: 30-09-2016 at 23:32.36
Build ended on: 30-09-2016 at 23:32.37
-------------- Build: w64_static in FBTrueType (compiler: GNU GCC Compiler)---------------
gcc.exe -O2 -Wall -DNDEBUG -m64 -DSTBTT_STATIC -ID:\CodeBlocks\joshy\FBTrueType-src -c D:\CodeBlocks\joshy\FBTrueType-src\FBTrueType.c -o obj\w64-static\FBTrueType.o
In file included from D:\CodeBlocks\joshy\FBTrueType-src\FBTrueType.h:9:0,
from D:\CodeBlocks\joshy\FBTrueType-src\FBTrueType.c:1:
D:\CodeBlocks\joshy\FBTrueType-src\stb_truetype.h:2587:15: warning: 'stbtt_BakeFontBitmap' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_BakeFontBitmap(const unsigned char *data, int offset, //! font location (use offset=0 for plain .ttf)
^
D:\CodeBlocks\joshy\FBTrueType-src\stb_truetype.h:2635:16: warning: 'stbtt_GetBakedQuad' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_GetBakedQuad(stbtt_bakedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int opengl_fillrule)
^
D:\CodeBlocks\joshy\FBTrueType-src\stb_truetype.h:2729:15: warning: 'stbtt_PackBegin' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding, void *alloc_context)
^
D:\CodeBlocks\joshy\FBTrueType-src\stb_truetype.h:2760:16: warning: 'stbtt_PackEnd' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc)
^
D:\CodeBlocks\joshy\FBTrueType-src\stb_truetype.h:3066:15: warning: 'stbtt_PackFontRange' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, unsigned char *fontdata, int font_index, float font_size,
^
D:\CodeBlocks\joshy\FBTrueType-src\stb_truetype.h:2766:16: warning: 'stbtt_PackSetOversampling' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsigned int v_oversample)
^
D:\CodeBlocks\joshy\FBTrueType-src\stb_truetype.h:3078:16: warning: 'stbtt_GetPackedQuad' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_GetPackedQuad(stbtt_packedchar *chardata, int pw, int ph, int char_index,
^
D:\CodeBlocks\joshy\FBTrueType-src\stb_truetype.h:1522:16: warning: 'stbtt_GetCodepointHMetrics' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_GetCodepointHMetrics(const stbtt_fontinfo *info, int codepoint, int *advanceWidth, int *leftSideBearing)
^
D:\CodeBlocks\joshy\FBTrueType-src\stb_truetype.h:1515:16: warning: 'stbtt_GetCodepointKernAdvance' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2)
^
D:\CodeBlocks\joshy\FBTrueType-src\stb_truetype.h:1208:15: warning: 'stbtt_GetCodepointBox' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int codepoint, int *x0, int *y0, int *x1, int *y1){
^
D:\CodeBlocks\joshy\FBTrueType-src\stb_truetype.h:1161:15: warning: 'stbtt_GetCodepointShape' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_GetCodepointShape(const stbtt_fontinfo *info, int unicode_codepoint, stbtt_vertex **vertices) {
^
D:\CodeBlocks\joshy\FBTrueType-src\stb_truetype.h:1554:16: warning: 'stbtt_FreeShape' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *v)
^
D:\CodeBlocks\joshy\FBTrueType-src\stb_truetype.h:2464:16: warning: 'stbtt_FreeBitmap' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_FreeBitmap(unsigned char *bitmap, void *userdata)
^
D:\CodeBlocks\joshy\FBTrueType-src\stb_truetype.h:2569:26: warning: 'stbtt_GetCodepointBitmap' defined but not used [-Wunused-function]
STBTT_DEF unsigned char *stbtt_GetCodepointBitmap(const stbtt_fontinfo *info,
^
D:\CodeBlocks\joshy\FBTrueType-src\stb_truetype.h:2575:16: warning: 'stbtt_MakeCodepointBitmap' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_MakeCodepointBitmap(const stbtt_fontinfo *info, unsigned char *output,
^
D:\CodeBlocks\joshy\FBTrueType-src\stb_truetype.h:1598:16: warning: 'stbtt_GetCodepointBitmapBox' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint,
^
D:\CodeBlocks\joshy\FBTrueType-src\stb_truetype.h:2520:26: warning: 'stbtt_GetGlyphBitmap' defined but not used [-Wunused-function]
STBTT_DEF unsigned char *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph,
^
D:\CodeBlocks\joshy\FBTrueType-src\stb_truetype.h:830:15: warning: 'stbtt_FindMatchingFont' declared 'static' but never defined [-Wunused-function]
STBTT_DEF int stbtt_FindMatchingFont(const unsigned char *fontdata, const char *name, int flags);
^
D:\CodeBlocks\joshy\FBTrueType-src\stb_truetype.h:841:15: warning: 'stbtt_CompareUTF8toUTF16_bigendian' declared 'static' but never defined [-Wunused-function]
STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const char *s2, int len2);
^
D:\CodeBlocks\joshy\FBTrueType-src\stb_truetype.h:845:23: warning: 'stbtt_GetFontNameString' declared 'static' but never defined [-Wunused-function]
STBTT_DEF const char *stbtt_GetFontNameString(const stbtt_fontinfo *font, int *length, int platformID, int encodingID, int languageID, int nameID);
^
cmd /c if exist ..\FBTrueType\lib\win\libFBTrueType-64-static.a del ..\FBTrueType\lib\win\libFBTrueType-64-static.a
ar.exe -r -s ..\FBTrueType\lib\win\libFBTrueType-64-static.a obj\w64-static\FBTrueType.o
ar.exe: creating ..\FBTrueType\lib\win\libFBTrueType-64-static.a
Output file is ..\FBTrueType\lib\win\libFBTrueType-64-static.a with size 18.78 KB
Process terminated with status 0 (0 minute(s), 1 second(s))
0 error(s), 20 warning(s) (0 minute(s), 1 second(s))