silence a few warnings on MacOS

This commit is contained in:
krasimir
2017-04-13 11:07:08 +00:00
parent 5280202ac3
commit afdf54d333
3 changed files with 3 additions and 3 deletions

View File

@@ -904,7 +904,7 @@ pgf_jit_function(PgfReader* rdr, PgfAbstr* abstr,
jit_stxi_p(curr_offset*sizeof(void*), JIT_VHEAP, JIT_R0);
curr_offset++;
PgfLiteral lit;
PgfLiteral lit = gu_null_variant;
switch (mod) {
case 0: {
PgfLiteralInt *lit_int =

View File

@@ -30,7 +30,7 @@
***********************************************************************/
#ifndef __lightning_asm_common_h
#ifndef __lightning_asm_common_h_
#define __lightning_asm_common_h_

View File

@@ -30,7 +30,7 @@
***********************************************************************/
#ifndef __lightning_core_common_h
#ifndef __lightning_core_common_h_
#define __lightning_core_common_h_
typedef struct {