Advertisement
Guest User

Untitled

a guest
May 25th, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. FAILED: ninja -t msvc -e environment.x86 -- "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\cl.exe" /nologo /showIncludes /FC @obj\third_party\harfbuzz-ng\src\harfbuzz-ng.hb-ot-layout.obj.rsp /c ..\..\third_party\harfbuzz-ng\src\hb-ot-layout.cc /Foobj\third_party\harfbuzz-ng\src\harfbuzz-ng.hb-ot-layout.obj /Fdobj\third_party\harfbuzz-ng\harfbuzz-ng.cc.pdb
  2. d:\src\cr3\src\third_party\harfbuzz-ng\src\hb-private.hh(690): error C2220: warning treated as error - no 'object' file generated
  3. d:\src\cr3\src\third_party\harfbuzz-ng\src\hb-private.hh(690): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
  4. d:\src\cr3\src\third_party\harfbuzz-ng\src\hb-private.hh(690): note: to simplify migration, consider the temporary use of /Wv:18 flag with the version of the compiler with which you used to build without warnings
  5.  
  6.  
  7.  
  8. diff --git a/third_party/harfbuzz-ng/src/hb-private.hh b/third_party/harfbuzz-ng/src/hb-private.hh
  9. index 06b24a8..80dd6f8 100644
  10. --- a/third_party/harfbuzz-ng/src/hb-private.hh
  11. +++ b/third_party/harfbuzz-ng/src/hb-private.hh
  12. @@ -662,7 +662,7 @@ _hb_debug_msg_va<0> (const char *what HB_UNUSED,
  13. const char *message HB_UNUSED,
  14. va_list ap HB_UNUSED) {}
  15.  
  16. -template <int max_level> static inline void
  17. +template <int max_level> inline void
  18. _hb_debug_msg (const char *what,
  19. const void *obj,
  20. const char *func,
  21. @@ -671,7 +671,7 @@ _hb_debug_msg (const char *what,
  22. int level_dir,
  23. const char *message,
  24. ...) HB_PRINTF_FUNC(7, 8);
  25. -template <int max_level> static inline void
  26. +template <int max_level> inline void
  27. _hb_debug_msg (const char *what,
  28. const void *obj,
  29. const char *func,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement