Author
anonymous
over 7 years ago
Language
Compiler
Options
Author
anonymous
over 7 years ago
$
prog.cc:6:61: warning: data argument not used by format string [-Wformat-extra-args]
printf("Values of beta are %d, %d\n", beta[0], beta[1], beta[2]);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
1 warning generated.
/tmp/prog-fea38f.o: In function `main':
prog.cc:(.text+0x14): undefined reference to `beta'
clang-6.0: error: linker command failed with exit code 1 (use -v to see invocation)
Exit Code:
1