Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2011 11:45:50 +0300
From:      Ivan Klymenko <fidaj@ukr.net>
To:        Matthias Andree <mandree@FreeBSD.org>
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: [ANNOUNCE]: clang compiling ports, take 2
Message-ID:  <20110904114550.71c63078@nonamehost.>
In-Reply-To: <4E632A09.8060904@FreeBSD.org>
References:  <20110725155920.GA83490@freebsd.org> <4E631DBF.9000106@yandex.ru> <20110904101252.526de5ef@nonamehost.> <4E632A09.8060904@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

В Sun, 04 Sep 2011 09:34:33 +0200
Matthias Andree <mandree@FreeBSD.org> пишет:

> Am 04.09.2011 09:12, schrieb Ivan Klymenko:
> 
> > Maybe this will help:
> > *rdup_entry = *rdup_entry;
> 
> This is just guessing and probably triggers the same warning unless
> it's volatile.
> 
> Have the original author look at it.

This is not guesswork.
All is going without any errors and warnings.

setenv |grep clang
CC=clang
CXX=clang++

cd /usr/ports/sysutils/rdup && make patch

rdup_entry = rdup_entry; => *rdup_entry = *rdup_entry;

make > build.log


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110904114550.71c63078>