Bug 288589
| Summary: | [CMake] Entrypoint processes build warnings | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <philn> |
| Component: | CMake | Assignee: | Philippe Normand <philn> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Philippe Normand
In file included from /var/home/phil/WebKit/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMain.cpp:26:
/var/home/phil/WebKit/WebKitBuild/deps-build/subprojects/gstreamer-full/subprojects/gstreamer/config.h:10:9: warning: 'GETTEXT_PACKAGE' macro redefined [-Wmacro-redefined]
10 | #define GETTEXT_PACKAGE "gstreamer-1.0"
| ^
<command line>:8:9: note: previous definition is here
8 | #define GETTEXT_PACKAGE "WebKitGTK-6.0"
| ^
In file included from /var/home/phil/WebKit/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMain.cpp:26:
/var/home/phil/WebKit/WebKitBuild/deps-build/subprojects/gstreamer-full/subprojects/gstreamer/config.h:57:9: warning: 'HAVE_DLADDR' macro redefined [-Wmacro-redefined]
57 | #define HAVE_DLADDR
| ^
/var/home/phil/WebKit/local-build-gtk/WebKitBuild/GTK/Release/WTF/Headers/wtf/PlatformHave.h:250:9: note: previous definition is here
250 | #define HAVE_DLADDR 1
| ^
2 warnings generated.
[5964/6271] Building CXX object Source/WebKit/CMakeFiles/NetworkProcess.dir/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp.o
In file included from /var/home/phil/WebKit/Source/WebKit/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp:26:
/var/home/phil/WebKit/WebKitBuild/deps-build/subprojects/gstreamer-full/subprojects/gstreamer/config.h:10:9: warning: 'GETTEXT_PACKAGE' macro redefined [-Wmacro-redefined]
10 | #define GETTEXT_PACKAGE "gstreamer-1.0"
| ^
<command line>:8:9: note: previous definition is here
8 | #define GETTEXT_PACKAGE "WebKitGTK-6.0"
| ^
In file included from /var/home/phil/WebKit/Source/WebKit/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp:26:
/var/home/phil/WebKit/WebKitBuild/deps-build/subprojects/gstreamer-full/subprojects/gstreamer/config.h:57:9: warning: 'HAVE_DLADDR' macro redefined [-Wmacro-redefined]
57 | #define HAVE_DLADDR
| ^
/var/home/phil/WebKit/local-build-gtk/WebKitBuild/GTK/Release/WTF/Headers/wtf/PlatformHave.h:250:9: note: previous definition is here
250 | #define HAVE_DLADDR 1
| ^
2 warnings generated.
[5967/6271] Building CXX object Source/WebKit/CMakeFiles/GPUProcess.dir/GPUProcess/EntryPoint/unix/GPUProcessMain.cpp.o
In file included from /var/home/phil/WebKit/Source/WebKit/GPUProcess/EntryPoint/unix/GPUProcessMain.cpp:26:
/var/home/phil/WebKit/WebKitBuild/deps-build/subprojects/gstreamer-full/subprojects/gstreamer/config.h:10:9: warning: 'GETTEXT_PACKAGE' macro redefined [-Wmacro-redefined]
10 | #define GETTEXT_PACKAGE "gstreamer-1.0"
| ^
<command line>:8:9: note: previous definition is here
8 | #define GETTEXT_PACKAGE "WebKitGTK-6.0"
| ^
In file included from /var/home/phil/WebKit/Source/WebKit/GPUProcess/EntryPoint/unix/GPUProcessMain.cpp:26:
/var/home/phil/WebKit/WebKitBuild/deps-build/subprojects/gstreamer-full/subprojects/gstreamer/config.h:57:9: warning: 'HAVE_DLADDR' macro redefined [-Wmacro-redefined]
57 | #define HAVE_DLADDR
| ^
....
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
Pull request: https://github.com/WebKit/WebKit/pull/41395
EWS
Committed 291211@main (7341d3fb4146): <https://commits.webkit.org/291211@main>
Reviewed commits have been landed. Closing PR #41395 and removing active labels.