Tweak printf format string to eliminate compile warning
This commit is contained in:
parent
d96c12ed67
commit
ddcd8bc075
@ -34,7 +34,7 @@ int main(int argc, char** argv)
|
|||||||
/* For each test size */
|
/* For each test size */
|
||||||
for (int64_t n : problem_sizes)
|
for (int64_t n : problem_sizes)
|
||||||
{
|
{
|
||||||
printf("Working on problem size N=%d \n", n);
|
printf("Working on problem size N=%lld \n", n);
|
||||||
|
|
||||||
// invoke user code to set up the problem
|
// invoke user code to set up the problem
|
||||||
setup(n, &A[0]);
|
setup(n, &A[0]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user