[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Warning messages
From: |
Seth Goldberg |
Subject: |
Warning messages |
Date: |
Mon, 22 Feb 2010 19:06:27 -0800 (PST) |
User-agent: |
Alpine 2.00 (GSO 1167 2008-08-23) |
Hi,
Are these no-prototype warnings normal/expected?
gcc-4.3.2 -Itests/lib -I../tests/lib -nostdinc -isystem
/usr/lib/gcc/i386-pc-solaris2.11/4.3.2/include -I../include -I. -I./include
-Wall -W -Os -DGRUB_MACHINE_PCBIOS=1 -Wall -W -Wshadow -Wpointer-arith
-Wmissing-prototypes -Wundef -Wstrict-prototypes -g -falign-jumps=1
-falign-loops=1 -falign-functions=1 -mno-mmx -mno-sse -mno-sse2 -mno-3dnow
-fno-common -m32 -fno-stack-protector -mno-stack-arg-probe -Werror -fno-builtin
-mrtd -mregparm=3-m32 -MD -c -o functional_test_mod-tests_lib_functional_test.o
../tests/lib/functional_test.c
../lib/libgcrypt-grub/cipher/camellia.c:447: warning: no previous prototype for
'camellia_setup128'
../lib/libgcrypt-grub/cipher/camellia.c:658: warning: no previous prototype for
'camellia_setup256'
gcc-4.3.2 -Itests/lib -I../tests/lib -nostdinc -isystem
/usr/lib/gcc/i386-pc-solaris2.11/4.3.2/include -I../include -I. -I./include
-Wall -W -Os -DGRUB_MACHINE_PCBIOS=1 -Wall -W -Wshadow -Wpointer-arith
-Wmissing-prototypes -Wundef -Wstrict-prototypes -g
-falign-jumps=1 -falign-loops=1 -falign-functions=1 -mno-mmx -mno-sse -mno-sse2
-mno-3dnow -fno-common -m32 -fno-stack-protector -mno-stack-arg-probe -Werror
-fno-builtin -mrtd -mregparm=3 -m32 -MD -c -o
functional_test_mod-tests_lib_test.o ../tests/lib/test.c
../lib/libgcrypt-grub/cipher/camellia.c:944: warning: no previous prototype for
'camellia_setup192'
../lib/libgcrypt-grub/cipher/camellia.c: In function 'camellia_setup192':
../lib/libgcrypt-grub/cipher/camellia.c:949: warning: implicit declaration of
function 'memcpy'
../lib/libgcrypt-grub/cipher/camellia.c: At top level:
../lib/libgcrypt-grub/cipher/camellia.c:966: warning: no previous prototype for
'camellia_encrypt128'
../lib/libgcrypt-grub/cipher/camellia.c:1056: warning: no previous prototype
for 'camellia_decrypt128'
../lib/libgcrypt-grub/cipher/camellia.c:1149: warning: no previous prototype
for 'camellia_encrypt256'
../lib/libgcrypt-grub/cipher/camellia.c:1263: warning: no previous prototype
for 'camellia_decrypt256'
--S