Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Issue 202683008: Fix always_inline warning in libpjeg_turbo (Closed)

Created:
6 years, 9 months ago by petarj
Modified:
6 years, 9 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@master
Visibility:
Public.

Description

Fix always_inline warning in libpjeg_turbo "__attribute__((always_inline))" does not replace "inline" and they still need to be used together. This fixes "always_inline function might not be inlinable [-Wattributes]" warning in gcc 4.7. BUG= warnings in Chromium build

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M config.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
petarj
Fix always_inline warning in libpjeg_turbo "__attribute__((always_inline))" does not replace "inline" and they still need to ...
6 years, 9 months ago (2014-03-18 13:24:57 UTC) #1
petarj
On 2014/03/18 13:24:57, petarj wrote: > Here it is in MIPS case: Correct link is: ...
6 years, 9 months ago (2014-03-18 13:32:28 UTC) #2
petarj
On 2014/03/18 13:24:57, petarj wrote: > After the following CL, > > https://codereview.chromium.org/196943020/ > Please ...
6 years, 9 months ago (2014-03-18 15:28:28 UTC) #3
petarj
Patch to upstream has just been sent: http://sourceforge.net/p/libjpeg-turbo/patches/56/
6 years, 9 months ago (2014-03-18 15:57:30 UTC) #4
Xianzhu
We should try to avoid modify files locally in downstream. At least we should mention ...
6 years, 9 months ago (2014-03-18 16:20:49 UTC) #5
petarj
On 2014/03/18 16:20:49, Xianzhu wrote: > We should try to avoid modify files locally in ...
6 years, 9 months ago (2014-03-18 16:47:16 UTC) #6
petarj
On 2014/03/18 16:47:16, petarj wrote: > On 2014/03/18 16:20:49, Xianzhu wrote: > > We should ...
6 years, 9 months ago (2014-03-18 16:47:40 UTC) #7
earthdok
On 2014/03/18 16:20:49, Xianzhu wrote: > We should try to avoid modify files locally in ...
6 years, 9 months ago (2014-03-18 16:47:57 UTC) #8
Xianzhu
On 2014/03/18 16:47:57, earthdok wrote: > On 2014/03/18 16:20:49, Xianzhu wrote: > > We should ...
6 years, 9 months ago (2014-03-18 17:13:38 UTC) #9
Noel Gordon
I was added also, and that's fine. > Ok, let's wait till this gets accepted ...
6 years, 9 months ago (2014-03-19 00:51:53 UTC) #10
petarj
6 years, 9 months ago (2014-03-21 12:22:19 UTC) #11
Message was sent while issue was closed.
On 2014/03/19 00:51:53, Noel Gordon (Google) wrote:
> I was added also, and that's fine.  
> 
> > Ok, let's wait till this gets accepted upstream first.
> 
> That'd be best, thanks.

Just for the record, this has just been accepted upstream as:
http://sourceforge.net/p/libjpeg-turbo/code/1188/

Powered by Google App Engine
This is Rietveld 408576698