Displaying 20 results from an estimated 73 matches for "wreturn".
Did you mean:
return
2013 Jan 02
0
[LLVMdev] Build Failure
...ion & suppress certain known-bad warnings on
> > specific GCC versions.
>
> That would be ideal, but honestly in my experience there are very few
> gcc warnings that should be ignored. Which ones do you think should be
> ignored?
>
The implementations of -Wuninitialized, -Wreturn-type, and a few other GCC
warnings are extremely aggressive. They have high false positive rates with
few benefits. We regularly keep -Wreturn-type working despite this (see all
of the llvm_unreachable after switch statements), but the fix to silence
GCC's -Wuninitialized false positives active...
2013 Dec 11
2
libc_nonshared.a missing on 10.0-RC1
Hi all!
Yesterday I upgraded to FreeBSD 10.0-RC1 through freebsd-update. Everything
seemed fine until I decided to upgrade my ports today.
There was a new version of pkg which built fine up until the linking:
===> Building for pkg-1.2.3
--- all ---
===> libpkg (all)
--- objwarn ---
--- libpkg.so.1 ---
--- objwarn ---
Warning: Object directory not changed from original
2013 Jan 02
2
[LLVMdev] Build Failure
David Blaikie <dblaikie at gmail.com> writes:
>>> There's little effort to keep the GCC build warning clean,
>>
>> Why? It seems like a pertty important compiler to support.
>
> It has some silly warnings (at least in some versions) that we don't
> want to workaround/suppress. Arguably we could have the build system
> check version information &
2019 Jul 18
2
make install libvirt v5.5.0 failed
...sing-include-dirs -Wmissing-parameter-type -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wold-style-declaration -Wold-style-definition -Woverflow -Woverride-init -Wpacked-bitfield-compat -Wparentheses -Wpointer-arith -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wpsabi -Wreturn-local-addr -Wreturn-type -Wsequence-point -Wshadow -Wsizeof-pointer-memaccess -Wstrict-aliasing -Wstrict-prototypes -Wsuggest-attribute=const -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wswitch -Wsync-nand -Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized...
2020 Jul 20
0
[PATCH] drm/nouveau/kms/nv50-: Fix CRC-related compile errors with debugfs disabled
...:106:47: error: parameter name
omitted
106 | static inline int nv50_head_crc_late_register(struct nv50_head *) {}
| ^~~~~~~~~~~~~~~~~~
./drivers/gpu/drm/nouveau/dispnv50/crc.h:106:54: warning: no return
statement in function returning non-void [-Wreturn-type]
106 | static inline int nv50_head_crc_late_register(struct nv50_head *) {}
| ^~~~~~~~~
./drivers/gpu/drm/nouveau/dispnv50/crc.h: In function
?nv50_crc_handle_vblank?:
./drivers/gpu/drm/nouveau/dispnv50/crc.h:108:57: warning: ?return...
2010 Oct 05
2
[LLVMdev] gold-plugin build errors
...ave libtool
2.2.6 on my system, which is what the README-maintainer-mode file states
I need. Do I need to upgrade to libtool 2.2.7a?
-------------------------------
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../../.././rda/qe -I..
-I../../.././rda/qe -I../../.././rda/qe/../include -Wimplicit
-Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses
-Wpointer-arith -g -O2 -MT qe.o -MD -MP -MF .deps/qe.Tpo -c -o qe.o
../../.././rda/qe/qe.c
mv -f .deps/qe.Tpo .deps/qe.Po
/bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc-4.2
-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wpare...
2020 Jul 27
1
[PATCH -next] crc:Fix build errors
...h:109:47: error: parameter name omitted
static inline int nv50_head_crc_late_register(struct nv50_head *) {}
^~~~~~~~~~~~~~~~~~
/scratch/linux/drivers/gpu/drm/nouveau/dispnv50/crc.h:109:54: warning: no return statement in function returning non-void [-Wreturn-type]
static inline int nv50_head_crc_late_register(struct nv50_head *) {}
^~~~~~~~~
/scratch/linux/drivers/gpu/drm/nouveau/dispnv50/crc.h: In function ?nv50_crc_handle_vblank?:
/scratch/linux/drivers/gpu/drm/nouveau/dispnv50/crc.h:111:57: warn...
2013 Nov 20
1
[releng_10 tinderbox] failure on sparc64/sparc64
...bj/src/make.amd64/bmake SSP_CFLAGS= -DNO_CPU_CFLAGS -DNO_CTF -DEARLY_BUILD all
cc -O2 -pipe -I. -I/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wno-pointer-sign -c /src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm.c
cc -O2 -pipe -I. -I/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -std=gnu99 -Wsystem-headers -Werror -Wall -Wno...
2012 Jul 24
1
9-STABLE (238719) compilation fails on i386
Hi all.
When building procstat I get this:
clang -O2 -pipe -march=athlon-xp -std=gnu99 -Qunused-arguments
-fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch
-Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline
-Wnested-externs -Wredundant-decls -Wold-style-definition
-Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -c
/usr/src/usr.bin/procstat/procstat_vm.c
/usr/src/usr.bin/procstat/pro...
2004 Aug 20
1
gcc optimization flag when building R
...ks,
Vadim
P.S. This is the bottom portion of the ./configure run
R is now configured for i686-pc-linux-gnu
Source directory: .
Installation directory: /usr/local
C compiler: gcc -D__NO_MATH_INLINES -mieee-fp -DNO_PURE
-Wchar-subscripts -Wformat -Wimplicit -Wreturn-type -Wswitch -Wreorder
-Wwrite-strings -Woverloaded-virtual -Wshadow -Wno-ctor-dtor-privacy
-m486 -fPIC -DOSRELMAJOR=2 -DOSRELMINOR=4
C++ compiler: g++ -mieee-fp -g -O2
Fortran compiler: g77 -mieee-fp -g -O2
Interfaces supported: X11, tcltk
External libraries:...
2013 Sep 25
0
strsvis breakage when upgrading to from 9.1 to 9-STABLE
...-I/usr/src/usr.bin/xinstall/../../contrib/mtree
-I/usr/src/usr.bin/xinstall/../../lib/libnetbsd
-I/usr/src/usr.bin/xinstall/../../lib/libmd -std=gnu99 -fstack-protector
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter
-Wcast-align -Wchar-subscripts -Winline -Wnested-externs
-Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c
/usr/src/usr.bin/xinstall/xinstall.c
cc -O2 -pipe -I/usr/src/usr.bin/xinstall/../../contrib/mtree
-I/usr/src/...
2014 Sep 23
1
Running the test fails virnetmessagetest with libvirt 1.2.8
...ude-dirs
-Wmissing-parameter-type -Wmissing-prototypes -Wmultichar -Wnarrowing
-Wnested-externs -Wnonnull -Wnormalized=nfc -Wold-style-declaration
-Wold-style-definition -Woverflow -Woverride-init -Wpacked-bitfield-compat
-Wparentheses -Wpointer-arith -Wpointer-sign -Wpointer-to-int-cast
-Wpragmas -Wreturn-local-addr -Wreturn-type -Wsequence-point -Wshadow
-Wsizeof-pointer-memaccess -Wstrict-aliasing -Wstrict-prototypes
-Wsuggest-attribute=const -Wsuggest-attribute=format
-Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wswitch -Wsync-nand
-Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized...
2013 Apr 06
2
[LLVMdev] How to compile object C with clang into llvm IR?
...-o 1.ll -c message-arrays.m
message-arrays.m:5:3: warning: instance method '-print:' not found (return type
defaults to 'id') [-Wobjc-method-access]
[ a print: "hello" ];
^ ~~~~~
message-arrays.m:15:1: warning: control reaches end of non-void function
[-Wreturn-type]
}
^
2 warnings generated.
118-165-76-229:CodeGenObjC Jonathan$ clang -emit-llvm -o 1.ll -c ivars.m
ivars.m:18:12: warning: class 'R' defined without specifying a base class
[-Wobjc-root-class]
@interface R {
^
ivars.m:18:13: note: add a super class to fix this problem...
2018 Aug 08
3
Re: LIBVIRT-4.6.0 can't work with QEMU 3.0.0
2015 Mar 04
2
Re: [virt-tools-list] libvirt/virt-manager source integration with xen
Thanks Guido, unfortunately no luck:
root@<server>:~/debian# grep DEB_CONFIGURE_EXTRA_ARGS *
grep: apparmor: Is a directory
grep: patches: Is a directory
grep: source: Is a directory
root@<server>:~/debian#
root@<server>:~/debian#
root@<server>:~/debian#
root@<server>:~/debian# grep DEB_CONFIGURE_EXTRA_ARGS */*
root@<server>:~/debian#
2020 Nov 19
1
Learning to build applications
...: src/exception.cpp:382:25: error: ?enum_cast? was not declared in this scope if(enum_cast(error_code) < ErrorCount) ^ src/exception.cpp: In static member function ?static QString Exception::getErrorMessage(ErrorCode)?: src/exception.cpp:378:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ src/exception.cpp: In static member function ?static QString Exception::getErrorCode(ErrorCode)?: src/exception.cpp:386:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ make[1]: *** [obj/exception.o] Error 1 make[1]: Leaving directory?/home/hakan/pgmodeler/libutils...
2012 Jul 11
4
[LLVMdev] A problem with inline assembly in llvmc for ARM
...line, and not move it to the .s files.
I used the following llvmc: llvm version 2.9 Optimized build. Built Sep 8 2011 (11:43:28). Host: i386-pc-linux-gnu Host CPU: core2
Using the following flags:-Wllc,="-mtriple=arm-linux-eabi" -fmessage-length=0 -std=c99 -Wno-trigraphs -O3 -fpic -Wreturn-type -Wunused-variable -fvisibility=hidden -D__ARM_EABI__ -DANDROID -isysroot/usr/local/android/android-ndk-r6b/platforms/android-8/arch-arm
Thanks a lot,Moshe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/a...
2019 Jul 23
0
Re: make install libvirt v5.5.0 failed
...sing-include-dirs -Wmissing-parameter-type -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wold-style-declaration -Wold-style-definition -Woverflow -Woverride-init -Wpacked-bitfield-compat -Wparentheses -Wpointer-arith -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wpsabi -Wreturn-local-addr -Wreturn-type -Wsequence-point -Wshadow -Wsizeof-pointer-memaccess -Wstrict-aliasing -Wstrict-prototypes -Wsuggest-attribute=const -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wswitch -Wsync-nand -Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized...
2013 Dec 07
3
[LLVMdev] GNU LLD build error? Seems that Clang likes LLD just fine.
..._64/X86_64LinkingContext.cpp:
In member function ‘virtual llvm::ArrayRef<unsigned char>
{anonymous}::X86_64InitAtom::rawContent() const’:
/home/buildbot/buildbot/llvm-trunk/tools/lld/lib/ReaderWriter/ELF/X86_64/X86_64LinkingContext.cpp:41:3:
warning: control reaches end of non-void function [-Wreturn-type]
}
^
/home/buildbot/buildbot/llvm-trunk/tools/lld/lib/ReaderWriter/ELF/X86_64/X86_64LinkingContext.cpp:
In member function ‘virtual llvm::ArrayRef<unsigned char>
{anonymous}::X86_64FiniAtom::rawContent() const’:
/home/buildbot/buildbot/llvm-trunk/tools/lld/lib/ReaderWriter/ELF/X86_...
2017 Apr 06
1
failure of make check-all
...; > $@.log
@$(R) < $< > $@.fail 2>&1 || (cat $@.log && rm $@.log && exit 1)
There is one complier warning message, it prints in pink so as not to miss it!
main.c: In function ?dummy_ii?:
main.c:1669:12: warning: function returns address of local variable [-Wreturn-local-addr]
return (uintptr_t) ⅈ
-------------
So as to be more complete I did "cd tests; R" and source("reg-examples3.R"), and lo and
behold the error is
> source('reg-examples3.R')
Loading required package: MASS
Loading required package: survival
Er...