src/signal.cpp
changeset 8337 3ac101d68a59
parent 8306 22e1344c5457
child 8616 fd862a55c47f
--- a/src/signal.cpp	Thu Jan 17 18:10:27 2008 +0000
+++ b/src/signal.cpp	Thu Jan 17 18:21:31 2008 +0000
@@ -28,7 +28,8 @@
 	SIG_GLOB_UPDATE =  64, ///< how many items need to be in _globset to force update
 };
 
-assert_compile(SIG_GLOB_UPDATE <= SIG_GLOB_SIZE);
+/* need to typecast to compile with MorphOS */
+assert_compile((int)SIG_GLOB_UPDATE <= (int)SIG_GLOB_SIZE);
 
 /** incidating trackbits with given enterdir */
 static const TrackBitsByte _enterdir_to_trackbits[DIAGDIR_END] = {