From a6d6661d57c57d9a3e920002292970fab3a0231c Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Wed, 4 May 2016 14:05:10 +0200 Subject: [PATCH] [mc] Remove __STDC_FORMAT_MACROS It is not needed in C++. --- src/mc/mc_compare.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mc/mc_compare.cpp b/src/mc/mc_compare.cpp index a5bf48afb1..6c8f557b78 100644 --- a/src/mc/mc_compare.cpp +++ b/src/mc/mc_compare.cpp @@ -4,7 +4,6 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#define __STDC_FORMAT_MACROS #include #include -- 2.20.1