Bug 133723 - [EFL] "literal-suffix" build error since r169785
Summary: [EFL] "literal-suffix" build error since r169785
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-10 23:59 PDT by Gyuyoung Kim
Modified: 2017-03-11 10:36 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2014-06-10 23:59:19 PDT
EFL port has a build error since bumping up EFL 1.9.

In file included from /home/gyuyoung/webkit/WebKit/Source/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp:44:0:
/usr/include/libpng12/png.h:2659:31: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Werror=literal-suffix]
        fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
                               ^
/usr/include/libpng12/png.h:2667:31: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Werror=literal-suffix]
        fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
                               ^
/usr/include/libpng12/png.h:2675:31: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Werror=literal-suffix]
        fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
Comment 1 Gyuyoung Kim 2014-06-11 00:15:57 PDT
Temporary patch is landed in <http://trac.webkit.org/changeset/169798> for now.
Comment 2 Michael Catanzaro 2017-03-11 10:36:03 PST
Closing this bug because the EFL port has been removed from trunk.

If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.