Skip to content

Commit

Permalink
Fixed linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaga committed Feb 10, 2016
1 parent 2ec9d7a commit 7baf28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Common/Include/ssematrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ class ssematrix : public ssematrixbase
// helpers for SSE-compatible memory allocation
static __declspec_noreturn void failed(size_t nbytes)
{
RuntimeError("allocation of SSE vector failed (%d bytes)", nbytes);
RuntimeError("allocation of SSE vector failed (%d bytes)", (int)nbytes);
}
#ifdef _WIN32
template <typename T>
Expand Down

0 comments on commit 7baf28a

Please sign in to comment.