mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
silence a few warnings on MacOS
This commit is contained in:
@@ -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 =
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
***********************************************************************/
|
||||
|
||||
|
||||
#ifndef __lightning_asm_common_h
|
||||
#ifndef __lightning_asm_common_h_
|
||||
#define __lightning_asm_common_h_
|
||||
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
***********************************************************************/
|
||||
|
||||
|
||||
#ifndef __lightning_core_common_h
|
||||
#ifndef __lightning_core_common_h_
|
||||
#define __lightning_core_common_h_
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user