diff options
| author | 2015-04-17 00:22:37 +1000 | |
|---|---|---|
| committer | 2015-04-17 00:22:37 +1000 | |
| commit | bf30ebe77ea5e51587eacace83e20d9a6cce04a2 (patch) | |
| tree | 15a040896f91c65964e6202e769bf4c3872d9900 /3rdparty | |
| parent | cce44e050a672c9975b0ffef852655be8d60dd61 (diff) | |
Fix build
Diffstat (limited to '3rdparty')
| -rw-r--r-- | 3rdparty/bgfx/3rdparty/stb/stb_rect_pack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/bgfx/3rdparty/stb/stb_rect_pack.h b/3rdparty/bgfx/3rdparty/stb/stb_rect_pack.h index eb0ef2f268f..64c30761b80 100644 --- a/3rdparty/bgfx/3rdparty/stb/stb_rect_pack.h +++ b/3rdparty/bgfx/3rdparty/stb/stb_rect_pack.h @@ -488,6 +488,7 @@ static int rect_height_compare(const void *a, const void *b) return (p->w > q->w) ? -1 : (p->w < q->w); } +#if 0 static int rect_width_compare(const void *a, const void *b) { stbrp_rect *p = (stbrp_rect *) a; @@ -498,6 +499,7 @@ static int rect_width_compare(const void *a, const void *b) return 1; return (p->h > q->h) ? -1 : (p->h < q->h); } +#endif static int rect_original_order(const void *a, const void *b) { |
