* Goswin von Brederlow <[EMAIL PROTECTED]> [2006-03-11 22:31]: > There might be more such warnings and if so please send me the output > of "make -k" to avoid doing this one file at a time.
I get warnings in 2 files: [EMAIL PROTECTED]:/build/tbm/defrag-0.73pjm1$ make -k gcc -pipe -Werror -Wall -W -Wunused -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wno-sign-compare -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wnested-externs -g -O2 -fomit-frame-pointer -Wno-trigraphs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -I. -I. -DFS_IS_minix -c -o buffers.minix.o buffers.c cc1: warnings being treated as errors buffers.c: In function 'init_buffer_tables': buffers.c:98: warning: cast increases required alignment of target type buffers.c:98: warning: cast increases required alignment of target type buffers.c:100: warning: cast increases required alignment of target type buffers.c:101: warning: cast increases required alignment of target type buffers.c: In function 'select_buffers': buffers.c:243: warning: cast increases required alignment of target type buffers.c:243: warning: cast increases required alignment of target type buffers.c:244: warning: cast increases required alignment of target type buffers.c: In function 'get_some_buffer_space': buffers.c:601: warning: cast increases required alignment of target type buffers.c:602: warning: cast increases required alignment of target type buffers.c:603: warning: cast increases required alignment of target type buffers.c:605: warning: cast increases required alignment of target type make: *** [buffers.minix.o] Error 1 gcc -pipe -Werror -Wall -W -Wunused -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wno-sign-compare -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wnested-externs -g -O2 -fomit-frame-pointer -Wno-trigraphs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -I. -I. -DFS_IS_ext2 -c -o buffers.ext2.o buffers.c cc1: warnings being treated as errors buffers.c: In function 'init_buffer_tables': buffers.c:98: warning: cast increases required alignment of target type buffers.c:98: warning: cast increases required alignment of target type buffers.c:100: warning: cast increases required alignment of target type buffers.c:101: warning: cast increases required alignment of target type buffers.c: In function 'select_buffers': buffers.c:243: warning: cast increases required alignment of target type buffers.c:243: warning: cast increases required alignment of target type buffers.c:244: warning: cast increases required alignment of target type buffers.c: In function 'get_some_buffer_space': buffers.c:601: warning: cast increases required alignment of target type buffers.c:602: warning: cast increases required alignment of target type buffers.c:603: warning: cast increases required alignment of target type buffers.c:605: warning: cast increases required alignment of target type make: *** [buffers.ext2.o] Error 1 make: Target `all' not remade because of errors. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]