From d463d418ae739905af74cfa18df342b90dbda844 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 4 Mar 2014 21:55:46 +0100 Subject: [PATCH] Remove warning on Mac. --- frontend/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/main.cpp b/frontend/main.cpp index ecc1415..1a0e15a 100644 --- a/frontend/main.cpp +++ b/frontend/main.cpp @@ -676,7 +676,8 @@ main(int argc, " \"%s\"\n" " %*s\n", x_height_snapping_exceptions_string, - s - x_height_snapping_exceptions_string + 1, "^"); + int(s - x_height_snapping_exceptions_string + 1), + "^"); } exit(EXIT_FAILURE); } -- 2.11.4.GIT