avoid compiler warnings about unused vars in generated code
authorJim Meyering <meyering@redhat.com>
Tue, 18 Aug 2009 08:15:57 +0000 (10:15 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 18 Aug 2009 08:20:16 +0000 (10:20 +0200)
commit7b65b7d323b1933cc1137e677d0e5c33d8bc7ff2
treeffb6aa4731d2b15372b1a7a084ca0c5625198800
parenta75756628f7e822da29b3728ec8e949c60c5cc3f
avoid compiler warnings about unused vars in generated code

* fish/Makefile.am: Compile rc_protocol.c into a convenience library,
so it can have its own CFLAGS, and link that into guestfish.

generator.ml: Use TABs, not spaces for indentation.
fish/Makefile.am