Skip to content

Instantly share code, notes, and snippets.

Created November 29, 2015 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a1fb5befd441e1bbd2fb to your computer and use it in GitHub Desktop.
Save anonymous/a1fb5befd441e1bbd2fb to your computer and use it in GitHub Desktop.
compiling src\jit\emit_win32_x64.obj
emit_win32_x64.c
src\jit\emit_win32_x64.c(8): warning C4129: 'j': unrecognized character escape sequence
src\jit\emit_win32_x64.c(8): warning C4129: 'e': unrecognized character escape sequence
srcjitemit_x64.dasc(264): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(398): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(418): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(489): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(502): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(519): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(548): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(588): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(812): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(1087): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(1229): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(1306): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(1354): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(1402): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(1423): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(1433): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(1442): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(1449): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(1456): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(1490): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(1495): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(1548): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(1553): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(1801): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(1831): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(1875): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(1899): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(2092): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(2108): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(2177): warning C4293: '>>': shift count negative or too big, undefined behavior
srcjitemit_x64.dasc(2196): warning C4293: '>>': shift count negative or too big, undefined behavior
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment