freebsd-dev/sys/dev/aic7xxx/aicasm
Ed Schouten 03bc68ca09 Disable K&R style function definitions for WARNS=6.
Unfortunately there are two slight problems with that:

- Yacc and lex might generate code that generates warnings because of
  this. Require yacc and lex to be rebuilt during bootstrap. I'm not
  incrementing __FreeBSD_version here, because I assume someone else
  will do this eventually.

- When running `make buildkernel', it uses share/mk from the source
  treeo to build aicasm. Because aicasm also depends on lex, this would
  break. Lower WARNS to 5 for now. We should just increment it to 6
  again somewhere in the very far future.
2009-12-31 00:07:26 +00:00
..
aicasm_gram.y Code cleanups to make this WARNS=6 clean. 2009-06-01 18:42:16 +00:00
aicasm_insformat.h
aicasm_macro_gram.y Code cleanups to make this WARNS=6 clean. 2009-06-01 18:42:16 +00:00
aicasm_macro_scan.l Add missing `void' keywords. 2009-12-30 16:56:50 +00:00
aicasm_scan.l Add missing `void' keywords. 2009-12-30 16:56:50 +00:00
aicasm_symbol.c Add missing `void' keywords. 2009-12-30 16:56:50 +00:00
aicasm_symbol.h Code cleanups to make this WARNS=6 clean. 2009-06-01 18:42:16 +00:00
aicasm.c Add missing `void' keywords. 2009-12-30 16:56:50 +00:00
aicasm.h
Makefile Disable K&R style function definitions for WARNS=6. 2009-12-31 00:07:26 +00:00