Merge with develop

--HG--
branch : compatibility-develop
This commit is contained in:
kervala 2016-12-05 09:53:58 +01:00
commit 38d472220e
7 changed files with 6 additions and 7 deletions

View file

@ -852,7 +852,7 @@ MACRO(NL_SETUP_BUILD)
ENDIF()
ENDIF()
ADD_PLATFORM_FLAGS("-D_REENTRANT -fno-strict-aliasing")
ADD_PLATFORM_FLAGS("-D_REENTRANT")
# hardening
ADD_PLATFORM_FLAGS("-D_FORTIFY_SOURCE=2")

View file

@ -15,7 +15,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "stdligo.h"
#include "ligo_material.h"
#include "nel/ligo/ligo_material.h"
// Ligo include
#include "nel/ligo/ligo_error.h"

View file

@ -15,13 +15,12 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "stdligo.h"
#include "transition.h"
#include "nel/ligo/transition.h"
// Ligo include
#include "nel/ligo/zone_template.h"
#include "nel/ligo/ligo_error.h"
#include "ligo_material.h"
#include "nel/ligo/ligo_material.h"
namespace NLLIGO
{

View file

@ -83,8 +83,8 @@ namespace std
#include "nel/ligo/zone_template.h"
#include "nel/ligo/ligo_config.h"
#include "nel/ligo/ligo_error.h"
#include "nel/../../src/ligo/ligo_material.h"
#include "nel/../../src/ligo/transition.h"
#include "nel/ligo/ligo_material.h"
#include "nel/ligo/transition.h"
#include "nel/ligo/zone_bank.h"
#include "max_to_ligo.h"