Skip to content

Instantly share code, notes, and snippets.

@jdm
Created February 4, 2021 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdm/f68ef2d266a27107222cd9dda03b5d84 to your computer and use it in GitHub Desktop.
Save jdm/f68ef2d266a27107222cd9dda03b5d84 to your computer and use it in GitHub Desktop.
C:\Users\task_1612394859\repo\target\debug\build\mozjs_sys-b80d498c76874db1\out\build\dist\include\mozilla/Assertions.h(249): warning C4100: 'aReason': unreferenced formal parameter
C:\Users\task_1612394859\repo\target\debug\build\mozjs_sys-b80d498c76874db1\out\build\dist\include\mozilla/Assertions.h(249): warning C4100: 'aFilename': unreferenced formal parameter
C:\Users\task_1612394859\repo\target\debug\build\mozjs_sys-b80d498c76874db1\out\build\dist\include\mozilla/Char16.h(68): warning C4244: 'return': conversion from 'intptr_t' to 'int', possible loss of data
C:\Users\task_1612394859\repo\target\debug\build\mozjs_sys-b80d498c76874db1\out\build\dist\include\mozilla/Char16.h(70): warning C4244: 'return': conversion from 'uintptr_t' to 'unsigned int', possible loss of data
C:\Users\task_1612394859\repo\target\debug\build\mozjs_sys-b80d498c76874db1\out\build\dist\include\mozilla/Char16.h(72): warning C4244: 'return': conversion from 'intptr_t' to 'long', possible loss of data
C:\Users\task_1612394859\repo\target\debug\build\mozjs_sys-b80d498c76874db1\out\build\dist\include\mozilla/Char16.h(74): warning C4244: 'return': conversion from 'uintptr_t' to 'unsigned long', possible loss of data
C:\Users\task_1612394859\repo\target\debug\build\mozjs_sys-b80d498c76874db1\out\build\dist\include\mozilla/Result.h(612): warning C4996: 'std::result_of_t': warning STL4014: std::result_of and std::result_of_t are deprecated in C++17. They are superseded by std::invoke_result and std::invoke_result_t. You can define _SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning.
C:\Users\task_1612394859\repo\target\debug\build\mozjs_sys-b80d498c76874db1\out\build\dist\include\mozilla/Result.h(744): note: see reference to class template instantiation 'mozilla::Result<V,E>' being compiled
C:\Users\task_1612394859\repo\target\debug\build\mozjs_sys-b80d498c76874db1\out\build\dist\include\mozilla/Result.h(645): warning C4996: 'std::result_of_t': warning STL4014: std::result_of and std::result_of_t are deprecated in C++17. They are superseded by std::invoke_result and std::invoke_result_t. You can define _SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning.
C:\Users\task_1612394859\repo\target\debug\build\mozjs_sys-b80d498c76874db1\out\build\dist\include\mozilla/Result.h(707): warning C4996: 'std::result_of_t': warning STL4014: std::result_of and std::result_of_t are deprecated in C++17. They are superseded by std::invoke_result and std::invoke_result_t. You can define _SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning.
C:\Users\task_1612394859\repo\target\debug\build\mozjs_sys-b80d498c76874db1\out\build\dist\include\mozilla/Result.h(238): error C2607: static assertion failed
C:\Users\task_1612394859\repo\target\debug\build\mozjs_sys-b80d498c76874db1\out\build\dist\include\mozilla/Result.h(458): note: see reference to class template instantiation 'mozilla::detail::ResultImplementation<V,E,mozilla::detail::PackingStrategy::LowBitTagIsError>' being compiled
with
[
V=mozilla::Ok,
E=JS::Error
]
C:\Users\task_1612394859\repo\target\debug\build\mozjs_sys-b80d498c76874db1\out\build\dist\include\js/Result.h(271): note: see reference to class template instantiation 'mozilla::Result<mozilla::Ok,JS::Error>' being compiled
C:\Users\task_1612394859\repo\target\debug\build\mozjs_sys-b80d498c76874db1\out\build\dist\include\mozilla/EndianUtils.h(100): fatal error C1189: #error: "Don't know how to determine endianness"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment