From 2551ab740b57053e8594443b03bf7b6d446ce6cf Mon Sep 17 00:00:00 2001 From: krasimir Date: Thu, 13 Apr 2017 11:07:08 +0000 Subject: silence a few warnings on MacOS --- src/runtime/c/pgf/lightning/asm-common.h | 2 +- src/runtime/c/pgf/lightning/core-common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/runtime/c/pgf/lightning') diff --git a/src/runtime/c/pgf/lightning/asm-common.h b/src/runtime/c/pgf/lightning/asm-common.h index 3cc96649f..c0bb46c47 100644 --- a/src/runtime/c/pgf/lightning/asm-common.h +++ b/src/runtime/c/pgf/lightning/asm-common.h @@ -30,7 +30,7 @@ ***********************************************************************/ -#ifndef __lightning_asm_common_h +#ifndef __lightning_asm_common_h_ #define __lightning_asm_common_h_ diff --git a/src/runtime/c/pgf/lightning/core-common.h b/src/runtime/c/pgf/lightning/core-common.h index 3761bcc2b..ee90bd472 100644 --- a/src/runtime/c/pgf/lightning/core-common.h +++ b/src/runtime/c/pgf/lightning/core-common.h @@ -30,7 +30,7 @@ ***********************************************************************/ -#ifndef __lightning_core_common_h +#ifndef __lightning_core_common_h_ #define __lightning_core_common_h_ typedef struct { -- cgit v1.2.3