--- misc/boost_1_44_0/boost/concept/detail/msvc.hpp +++ misc/build/boost_1_44_0/boost/concept/detail/msvc.hpp @@ -12,6 +12,9 @@ # include # endif +// disable spurious "unreferenced formal parameter" warnings +#pragma warning( push ) +#pragma warning( disable: 4100 ) namespace boost { namespace concepts { @@ -111,4 +114,6 @@ # endif }} +#pragma warning( pop ) + #endif // BOOST_CONCEPT_CHECK_MSVC_DWA2006429_HPP lt='cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/static/emscripten/uno.js
AgeCommit message (Expand)Author
2024-09-02Explicitly .delete() one more interface object in uno.jsStephan Bergmann
2024-08-31Explicitly .delete() type and interface objects in uno.jsStephan Bergmann
2024-08-30Consistenly terminate statements with semicolons in JS codeStephan Bergmann
2024-08-26'use strict' is of no use here...Stephan Bergmann
2024-08-15Emscripten: Establish a channel between browser and LO main threadsStephan Bergmann
2024-07-18Change from Module.intiUno() to Module.uno_init promiseStephan Bergmann
2024-07-12A mechanism for annotating the embindmaker-generated JS UNOIDL dataStephan Bergmann
2024-06-21Embind: Fix C++ UNO exception catchingStephan Bergmann
2024-06-19Consistently 'use strict' for JS codeStephan Bergmann
2024-06-17Embind: Fix lifecycle of UNO any and sequence values returned from JS to C++Stephan Bergmann
2024-06-17Fix thinko re JS for...in loopStephan Bergmann
2024-06-12Embind: Let unoObject return a css.uno.XInterface referenceStephan Bergmann
2024-06-12Remove leftover work-in-progress lineStephan Bergmann
2024-06-12Embind: Centrally initialize via Module.initUno() in a new uno.jsStephan Bergmann