mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 17:42:51 -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);
|
jit_stxi_p(curr_offset*sizeof(void*), JIT_VHEAP, JIT_R0);
|
||||||
curr_offset++;
|
curr_offset++;
|
||||||
|
|
||||||
PgfLiteral lit;
|
PgfLiteral lit = gu_null_variant;
|
||||||
switch (mod) {
|
switch (mod) {
|
||||||
case 0: {
|
case 0: {
|
||||||
PgfLiteralInt *lit_int =
|
PgfLiteralInt *lit_int =
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
***********************************************************************/
|
***********************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __lightning_asm_common_h
|
#ifndef __lightning_asm_common_h_
|
||||||
#define __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_
|
#define __lightning_core_common_h_
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user