$OpenBSD: patch-common_pcbcommon_cpp,v 1.1 2018/04/24 16:21:10 espie Exp $

Index: common/pcbcommon.cpp
--- common/pcbcommon.cpp.orig
+++ common/pcbcommon.cpp
@@ -37,7 +37,7 @@
 #include "class_board_design_settings.h"
 
 /* Look up Table for conversion one layer number -> one bit layer mask: */
-int g_TabOneLayerMask[LAYER_COUNT] = {
+unsigned int g_TabOneLayerMask[LAYER_COUNT] = {
     0x00000001, 0x00000002, 0x00000004, 0x00000008,
     0x00000010, 0x00000020, 0x00000040, 0x00000080,
     0x00000100, 0x00000200, 0x00000400, 0x00000800,
