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

Side by Side Diff: third_party/libopenjpeg20/0013-attrib_fix.patch

Issue 1810373002: openjpeg: Remove unneeded non-standard code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: forgot patch Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/libopenjpeg20/README.pdfium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 diff --git a/third_party/libopenjpeg20/opj_includes.h b/third_party/libopenjpeg2 0/opj_includes.h
2 index f855b7c..5add091 100644
3 --- a/third_party/libopenjpeg20/opj_includes.h
4 +++ b/third_party/libopenjpeg20/opj_includes.h
5 @@ -102,12 +102,6 @@
6 ==========================================================
7 */
8
9 -/* Ignore GCC attributes if this is not GCC */
10 -#ifndef __GNUC__
11 - #define __attribute__(x) /* __attribute__(x) */
12 -#endif
13 -
14 -
15 /* Are restricted pointers available? (C99) */
16 #if (__STDC_VERSION__ != 199901L)
17 /* Not a C99 compiler */
18
OLDNEW
« no previous file with comments | « no previous file | third_party/libopenjpeg20/README.pdfium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698