From 4bc149171436fbb5397e27c783818836eea420a5 Mon Sep 17 00:00:00 2001 From: Azaezel Date: Tue, 18 Oct 2016 11:36:36 -0500 Subject: [PATCH] clang catch: garbage in line directives --- Engine/source/console/consoleXMLExport.h | 2 +- Engine/source/persistence/taml/taml_ScriptBinding.h | 2 +- Engine/source/platformMac/macFileIO.mm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Engine/source/console/consoleXMLExport.h b/Engine/source/console/consoleXMLExport.h index 27a0d24f0..c3b2084f0 100644 --- a/Engine/source/console/consoleXMLExport.h +++ b/Engine/source/console/consoleXMLExport.h @@ -62,4 +62,4 @@ namespace Con { /// @} -#endif _CONSOLEXMLEXPORT_H_ +#endif //_CONSOLEXMLEXPORT_H_ diff --git a/Engine/source/persistence/taml/taml_ScriptBinding.h b/Engine/source/persistence/taml/taml_ScriptBinding.h index 968cbe13b..6e4a3ed09 100644 --- a/Engine/source/persistence/taml/taml_ScriptBinding.h +++ b/Engine/source/persistence/taml/taml_ScriptBinding.h @@ -308,4 +308,4 @@ DefineEngineFunction(GenerateTamlSchema, bool, (), , "() - Generate a TAML schem return Taml::generateTamlSchema(); } -#endif _TAML_SCRIPTBINDING_H \ No newline at end of file +#endif //_TAML_SCRIPTBINDING_H diff --git a/Engine/source/platformMac/macFileIO.mm b/Engine/source/platformMac/macFileIO.mm index 8a10c6830..26dca66bb 100644 --- a/Engine/source/platformMac/macFileIO.mm +++ b/Engine/source/platformMac/macFileIO.mm @@ -37,7 +37,7 @@ #import "core/strings/stringFunctions.h" #import "console/console.h" #import "platform/profiler.h" -#import "cinterface/cinterface.h"; +#import "cinterface/cinterface.h" #import "core/volume.h" //TODO: file io still needs some work...