Guest User

Untitled

a guest
Jul 11th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. cc -O -g -W -Wall -Wshadow -pedantic -std=gnu89 -O -Wall -g convttf.c -o convttf \
  2. `freetype-config --libs` `freetype-config --cflags`
  3. convttf.c:75: warning: comma at end of enumerator list
  4. convttf.c: In function ‘usage’:
  5. convttf.c:169: warning: string length ‘955’ is greater than the length ‘509’ ISO C90 compilers are required to support
  6. convttf.c: In function ‘convttf’:
  7. convttf.c:478: warning: declaration of ‘index’ shadows a global declaration
  8. /usr/include/string.h:309: warning: shadowed declaration is here
  9. convttf.c:486: warning: initializer element is not computable at load time
  10. convttf.c:538: warning: ISO C90 forbids mixed declarations and code
  11. convttf.c:568: warning: ISO C90 forbids mixed declarations and code
  12. convttf.c:585: warning: comparison between signed and unsigned
  13. convttf.c:618:16: warning: non-ISO-standard escape sequence, '\e'
  14. convttf.c:635: warning: ISO C90 forbids mixed declarations and code
  15. convttf.c:667: warning: comparison between signed and unsigned
  16. convttf.c:673: warning: comparison between signed and unsigned
  17. convttf.c:684: warning: comparison between signed and unsigned
  18. convttf.c:692: warning: ISO C90 forbids mixed declarations and code
  19. convttf.c:717: warning: ISO C90 forbids variable length array ‘offsets’
  20. convttf.c:717: warning: ISO C90 forbids mixed declarations and code
  21. convttf.c:718: warning: ISO C90 forbids variable length array ‘widths’
  22. convttf.c:724: warning: comparison between signed and unsigned
  23. convttf.c:726:16: warning: non-ISO-standard escape sequence, '\e'
  24. convttf.c:743: warning: ISO C90 forbids mixed declarations and code
  25. convttf.c:749: warning: ISO C90 forbids mixed declarations and code
  26. convttf.c:750: warning: ISO C90 forbids variable length array ‘tmpbuf’
  27. convttf.c:752: warning: ISO C90 forbids mixed declarations and code
  28. convttf.c:762: warning: ISO C90 forbids mixed declarations and code
  29. convttf.c:790: warning: ISO C90 forbids mixed declarations and code
  30. convttf.c:793: warning: ISO C90 forbids mixed declarations and code
  31. convttf.c:815: warning: ISO C90 forbids mixed declarations and code
  32. convttf.c:823: warning: ISO C90 forbids mixed declarations and code
Add Comment
Please, Sign In to add comment