From b632c8496cc48bb8be0851ea2c183f94c201f791 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 5 Mar 2019 15:07:10 -0800 Subject: Fixing some warnings with -Wconversion. --- src/map/amap/amapInt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/amap/amapInt.h') diff --git a/src/map/amap/amapInt.h b/src/map/amap/amapInt.h index 82ca49dd..3a6432de 100644 --- a/src/map/amap/amapInt.h +++ b/src/map/amap/amapInt.h @@ -203,8 +203,8 @@ struct Amap_Obj_t_ unsigned fPhase : 1; unsigned fRepr : 1; unsigned fPolar : 1; // pCutBest->fInv ^ pSetBest->fInv - unsigned Level : 12; // 20 (July 16, 2009) - unsigned nCuts : 20; // 12 (July 16, 2009) + unsigned Level; + unsigned nCuts; int nRefs; int Equiv; int Fan[3]; -- cgit v1.2.3