Fix ignored const qualifier warning in static_cast#3197
Merged
dneto0 merged 1 commit intoKhronosGroup:masterfrom Feb 21, 2020
Merged
Fix ignored const qualifier warning in static_cast#3197dneto0 merged 1 commit intoKhronosGroup:masterfrom
dneto0 merged 1 commit intoKhronosGroup:masterfrom
Conversation
dneto0
approved these changes
Feb 21, 2020
dneto0
pushed a commit
to dneto0/SPIRV-Tools
that referenced
this pull request
Sep 14, 2024
Roll third_party/glslang/ c12493f..56364b6 (7 commits) KhronosGroup/glslang@c12493f...56364b6 $ git log c12493f..56364b6 --date=short --no-merges --format='%ad %ae %s' 2020-03-01 cepheus Copyright update, mostly to trigger bots again. 2020-03-01 cepheus Fix KhronosGroup#2095: correct the indentation. 2020-02-28 cepheus Fix KhronosGroup#1461: set the SPIRV-Tools' optimizer's target environment. 2020-02-28 cepheus Fix KhronosGroup#2091, remove incorrect assert for division by 0.0. 2020-02-28 wangli28 Add vcpkg installation instructions 2020-02-28 sk Fix for KhronosGroup#2075: removed DefaultTBuiltInResource from glslang_c_interface.cpp 2020-02-22 rex.xu Fix an issue of SPV generation for imageAtomicStore. Roll third_party/googletest/ 23b2a3b1c..e588eb1ff (3 commits) google/googletest@23b2a3b...e588eb1 $ git log 23b2a3b1c..e588eb1ff --date=short --no-merges --format='%ad %ae %s' 2020-02-27 absl-team Googletest export 2020-02-25 absl-team Googletest export 2020-02-19 absl-team Googletest export Roll third_party/re2/ 793b4e85e..f734980e7 (7 commits) google/re2@793b4e8...f734980 $ git log 793b4e85e..f734980e7 --date=short --no-merges --format='%ad %ae %s' 2020-03-01 junyer Bump SONAME to reflect the ABI break. 2020-02-28 junyer Add macOS and Xcode jobs to the Travis CI matrix. 2020-02-26 junyer Don't break the RE2 object when compiling the reverse Prog fails. 2020-02-26 junyer Revert "Refuse to rewrite when MaxSubmatch() is too large." 2020-02-25 junyer Fall back to NFA execution when compiling the reverse Prog failed. 2020-02-25 junyer Refuse to rewrite when MaxSubmatch() is too large. 2020-02-20 junyer Tweak the comment on RE2::QuoteMeta(). Roll third_party/spirv-cross/ f19fdb94d..9deb6ffbb (6 commits) KhronosGroup/SPIRV-Cross@f19fdb9...9deb6ff $ git log f19fdb94d..9deb6ffbb --date=short --no-merges --format='%ad %ae %s' 2020-03-02 post Add -V alias for --vulkan-semantics. 2020-02-24 post MSL: Add C API for force native arrays. 2020-02-24 post MSL: Add native array test for composite array initialization. 2020-02-24 post MSL: Reintroduce workaround for constant arrays being passed by value. 2020-02-24 post MSL: Reinstate workaround for returning arrays. 2020-02-24 post MSL: Add a workaround path to force native arrays for everything. Roll third_party/spirv-headers/ 5dbc1c3..0a7fc45 (1 commit) KhronosGroup/SPIRV-Headers@5dbc1c3...0a7fc45 $ git log 5dbc1c3..0a7fc45 --date=short --no-merges --format='%ad %ae %s' 2020-02-26 dneto Add grammars, C header, and header generator for vendor and KHR extended instruction sets (KhronosGroup#143) Roll third_party/spirv-tools/ 4a80497..e1688b6 (8 commits) KhronosGroup/SPIRV-Tools@4a80497...e1688b6 $ git log 4a80497..e1688b6 --date=short --no-merges --format='%ad %ae %s' 2020-02-28 dneto Avoid use of Python distutils.dir_util (KhronosGroup#3203) 2020-02-28 rharrison Adding WebGPU specific Workgroup scope rule (KhronosGroup#3204) 2020-02-25 jaebaek Add validation rules for OpenCL.DebugInfo.100 extension (KhronosGroup#3133) 2020-02-25 geofflang Combine extinst-name and extinst-output-base into one arg. (KhronosGroup#3200) 2020-02-23 nicolasweber Fix Wrange-loop-analysis warnings in SPIRV-Tools. (KhronosGroup#3201) 2020-02-21 geofflang Add missing dependencies when generating spvtools_core_tables (KhronosGroup#3199) 2020-02-21 afdx Brief guide to writing a spirv-fuzz fuzzer pass (KhronosGroup#3190) 2020-02-21 47594367+rg3igalia Fix ignored const qualifier warning in static_cast (KhronosGroup#3197) Created with: roll-dep third_party/effcee third_party/glslang third_party/googletest third_party/re2 third_party/spirv-cross third_party/spirv-headers third_party/spirv-tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is preventing me from building SPIRV-Tools with SPIRV_WERROR on Fedora 31 (GCC 9.2.1).