summaryrefslogtreecommitdiff
path: root/src/order_backup.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-23 22:03:36 +0000
committerrubidium <rubidium@openttd.org>2010-08-23 22:03:36 +0000
commitda4dc61f7619da291524c9f1dec6cff220adbdc8 (patch)
treebfb20b6721ba7c92cf10ef71318389ae3aed673c /src/order_backup.h
parent09d109a787668e592697db9a9d8d500dc2649fe9 (diff)
downloadopenttd-da4dc61f7619da291524c9f1dec6cff220adbdc8.tar.xz
(svn r20603) -Codechange: silence some ICC warnings
Diffstat (limited to 'src/order_backup.h')
-rw-r--r--src/order_backup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order_backup.h b/src/order_backup.h
index 15a9d0bc1..81d485eb7 100644
--- a/src/order_backup.h
+++ b/src/order_backup.h
@@ -29,7 +29,7 @@ typedef Pool<OrderBackup, OrderBackupID, 1, 256> OrderBackupPool;
extern OrderBackupPool _order_backup_pool;
/** Flag to pass to the vehicle construction command when an order should be preserved. */
-static const uint32 MAKE_ORDER_BACKUP_FLAG = 1 << 31;
+static const uint32 MAKE_ORDER_BACKUP_FLAG = 1U << 31;
/**
* Data for backing up an order of a vehicle so it can be