shadowm

Untitled

Jul 21st, 2015
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. /usr/bin/ccache i686-w64-mingw32-g++ -o build/release/desktop/version.o -c -std=c++98 -fopenmp -pipe -D_GNU_SOURCE -mms-bitfields -W -Wall -mthreads -O2 -O3 -DBOOST_THREAD_USE_LIB -DHAVE_LIBPNG -DHAVE_CONFIG_H -D_WIN32_WINNT=0x0500 -Ibuild -I/home/shadowm/src/wesnoth/build -Isrc -I/home/shadowm/src/wesnoth/src -I/home/shadowm/win32/wesnoth-xcompile-sdk/include -I/home/shadowm/win32/wesnoth-xcompile-sdk/include/SDL -I/home/shadowm/win32/wesnoth-xcompile-sdk/boost/include -I/home/shadowm/win32/wesnoth-xcompile-sdk/include/pango-1.0 -I/home/shadowm/win32/wesnoth-xcompile-sdk/include/cairo -I/home/shadowm/win32/wesnoth-xcompile-sdk/include/pixman-1 -I/home/shadowm/win32/wesnoth-xcompile-sdk/include/libpng15 -I/home/shadowm/win32/wesnoth-xcompile-sdk/include/freetype2 -I/home/shadowm/win32/wesnoth-xcompile-sdk/include -I/home/shadowm/win32/wesnoth-xcompile-sdk/include/glib-2.0 -I/home/shadowm/win32/wesnoth-xcompile-sdk/lib/glib-2.0/include /home/shadowm/src/wesnoth/src/desktop/version.cpp
  2. /home/shadowm/src/wesnoth/src/desktop/version.cpp: In function ‘std::string desktop::os_version()’:
  3. /home/shadowm/src/wesnoth/src/desktop/version.cpp:93:48: warning: missing initializer for member ‘_OSVERSIONINFOEXW::dwMajorVersion’ [-Wmissing-field-initializers]
  4. OSVERSIONINFOEX v = { sizeof(OSVERSIONINFOEX) };
  5. ^
  6. /home/shadowm/src/wesnoth/src/desktop/version.cpp:93:48: warning: missing initializer for member ‘_OSVERSIONINFOEXW::dwMinorVersion’ [-Wmissing-field-initializers]
  7. /home/shadowm/src/wesnoth/src/desktop/version.cpp:93:48: warning: missing initializer for member ‘_OSVERSIONINFOEXW::dwBuildNumber’ [-Wmissing-field-initializers]
  8. /home/shadowm/src/wesnoth/src/desktop/version.cpp:93:48: warning: missing initializer for member ‘_OSVERSIONINFOEXW::dwPlatformId’ [-Wmissing-field-initializers]
  9. /home/shadowm/src/wesnoth/src/desktop/version.cpp:93:48: warning: missing initializer for member ‘_OSVERSIONINFOEXW::szCSDVersion’ [-Wmissing-field-initializers]
  10. /home/shadowm/src/wesnoth/src/desktop/version.cpp:93:48: warning: missing initializer for member ‘_OSVERSIONINFOEXW::wServicePackMajor’ [-Wmissing-field-initializers]
  11. /home/shadowm/src/wesnoth/src/desktop/version.cpp:93:48: warning: missing initializer for member ‘_OSVERSIONINFOEXW::wServicePackMinor’ [-Wmissing-field-initializers]
  12. /home/shadowm/src/wesnoth/src/desktop/version.cpp:93:48: warning: missing initializer for member ‘_OSVERSIONINFOEXW::wSuiteMask’ [-Wmissing-field-initializers]
  13. /home/shadowm/src/wesnoth/src/desktop/version.cpp:93:48: warning: missing initializer for member ‘_OSVERSIONINFOEXW::wProductType’ [-Wmissing-field-initializers]
  14. /home/shadowm/src/wesnoth/src/desktop/version.cpp:93:48: warning: missing initializer for member ‘_OSVERSIONINFOEXW::wReserved’ [-Wmissing-field-initializers]
Advertisement
Add Comment
Please, Sign In to add comment