Skip to content

Instantly share code, notes, and snippets.

@postwait
Created November 2, 2012 15:55
Show Gist options
  • Select an option

  • Save postwait/4002207 to your computer and use it in GitHub Desktop.

Select an option

Save postwait/4002207 to your computer and use it in GitHub Desktop.
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