RESOLVED WONTFIX 133723
[EFL] "literal-suffix" build error since r169785
https://bugs.webkit.org/show_bug.cgi?id=133723
Summary [EFL] "literal-suffix" build error since r169785
Gyuyoung Kim
Reported 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" : \
Attachments
Gyuyoung Kim
Comment 1 2014-06-11 00:15:57 PDT
Temporary patch is landed in <http://trac.webkit.org/changeset/169798> for now.
Michael Catanzaro
Comment 2 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.
Note You need to log in before you can comment on or make changes to this bug.