Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings when building v8's base-unittests target #473

Open
GoogleCodeExporter opened this issue Jun 20, 2015 · 0 comments
Open

Warnings when building v8's base-unittests target #473

GoogleCodeExporter opened this issue Jun 20, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

$ ./build/gyp_v8
$ ninja -C out/Debug base-unittests
[28/30] CXX obj/testing/gtest/src/gtest.gtest.o
../../testing/gtest/src/gtest.cc:374:12: warning: missing field 'owner_' 
initializer [-Wmissing-field-initializers]
GTEST_API_ GTEST_DEFINE_STATIC_MUTEX_(g_linked_ptr_mutex);
           ^
../../testing/gtest/include/gtest/internal/gtest-port.h:1905:80: note: expanded 
from macro 'GTEST_DEFINE_STATIC_MUTEX_'
     ::testing::internal::MutexBase mutex = { PTHREAD_MUTEX_INITIALIZER, false }
                                                                               ^
1 warning generated.

Original issue reported on code.google.com by [email protected] on 16 Aug 2014 at 10:12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant