Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
fix for pedantic compiler warning on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 12, 2016
1 parent 0516e0b commit 514c503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tesseract/errcode.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const ERRCODE ASSERT_FAILED = "Assert failed";
__FILE__, __LINE__); \
}

#ifdef _MSC_VER
#ifdef _WIN32
#define ASSERT_HOST_MSG(x, msg, ...) if (!(x)) \
{ \
tprintf(msg); \
Expand Down

0 comments on commit 514c503

Please sign in to comment.