From 6d58926046c22d9174462b888ac3b7d7b51e9fc2 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Tue, 8 Nov 2016 10:38:57 +0100 Subject: [PATCH] Code reformatting. --- include/assimp/Compiler/pushpack1.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/assimp/Compiler/pushpack1.h b/include/assimp/Compiler/pushpack1.h index 73973c5..94ee1e4 100644 --- a/include/assimp/Compiler/pushpack1.h +++ b/include/assimp/Compiler/pushpack1.h @@ -36,11 +36,8 @@ #endif #if defined(_MSC_VER) - // C4103: Packing was changed after the inclusion of the header, probably missing #pragma pop # pragma warning (disable : 4103) #endif #define AI_PUSHPACK_IS_DEFINED - - -- 2.7.4