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

Fix ignored const qualifier warning in static_cast #3197

Merged
merged 1 commit into from
Feb 21, 2020

Conversation

rg3igalia
Copy link
Contributor

This is preventing me from building SPIRV-Tools with SPIRV_WERROR on Fedora 31 (GCC 9.2.1).

@claassistantio
Copy link

claassistantio commented Feb 21, 2020

CLA assistant check
All committers have signed the CLA.

@dneto0 dneto0 merged commit dea1040 into KhronosGroup:master 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants