Created
November 2, 2012 15:55
-
-
Save postwait/4002207 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dmake: Warning: Command failed for target `pics/module.o' | |
| ../common/problem.c:538: error: too many arguments for format [-Wformat-extra-args] | |
| ../common/problem.c:538: error: too many arguments for format [-Wformat-extra-args] | |
| dmake: Warning: Command failed for target `pics/problem.o' | |
| dmake: Warning: Target `install' not remade because of errors | |
| The following command caused the error: | |
| ../common/module.c:218: error: format '%lu' expects type 'long unsigned int', but argument 6 has type 'int' [-Wformat] | |
| ../common/module.c:218: error: format '%lu' expects type 'long unsigned int', but argument 6 has type 'int' [-Wformat] | |
| dmake: Warning: Command failed for target `pics/module.o' | |
| ../common/resource.c:205: error: format '%lu' expects type 'long unsigned int', but argument 6 has type 'int' [-Wformat] | |
| ../common/resource.c:205: error: format '%lu' expects type 'long unsigned int', but argument 6 has type 'int' [-Wformat] | |
| dmake: Warning: Command failed for target `pics/resource.o' | |
| ../common/problem.c:538: error: too many arguments for format [-Wformat-extra-args] | |
| ../common/problem.c:538: error: too many arguments for format [-Wformat-extra-args] | |
| dmake: Warning: Command failed for target `pics/problem.o' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment