Skip to content

Instantly share code, notes, and snippets.

@zmike
Created March 3, 2023 15:36
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 zmike/970991d365e923dad361be1a3198b898 to your computer and use it in GitHub Desktop.
Save zmike/970991d365e923dad361be1a3198b898 to your computer and use it in GitHub Desktop.
renderdoc build debug
[96/296] Building CXX object renderdoc/CMakeFiles/rdoc.dir/3rdparty/compressonator/BC6_Encode_kernel.cpp.o
/home/zmike/src/renderdoc/renderdoc/3rdparty/compressonator/BC6_Encode_kernel.cpp: In function ‘CGU_FLOAT lerpf(CGU_FLOAT, CGU_FLOAT, CGU_INT, CGU_INT)’:
/home/zmike/src/renderdoc/renderdoc/3rdparty/compressonator/BC6_Encode_kernel.cpp:1663:27: warning: this statement may fall through [-Wimplicit-fallthrough=]
1663 | case 3: denom *= 5; i *= 5; // fall through to case 15
| ~~^~~~
/home/zmike/src/renderdoc/renderdoc/3rdparty/compressonator/BC6_Encode_kernel.cpp:1664:5: note: here
1664 | case 7: weights = g_aWeights3; break;
| ^~~~
/home/zmike/src/renderdoc/renderdoc/3rdparty/compressonator/BC6_Encode_kernel.cpp: In function ‘int lerp(int, int, int, int)’:
/home/zmike/src/renderdoc/renderdoc/3rdparty/compressonator/BC6_Encode_kernel.cpp:3625:27: warning: this statement may fall through [-Wimplicit-fallthrough=]
3625 | case 3: denom *= 5; i *= 5; // fall through to case 15
| ~~^~~~
/home/zmike/src/renderdoc/renderdoc/3rdparty/compressonator/BC6_Encode_kernel.cpp:3626:5: note: here
3626 | case 15: weights = g_aWeights4; break;
| ^~~~
At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-newline-eof’ may have been intended to silence earlier diagnostics
[169/296] Building CXX object renderdoc/driver/shaders/spirv/CMakeFiles/rdoc_spirv.dir/__/__/__/3rdparty/glslang/glslang/MachineIndependent/glslang_tab.cpp.o
glslang_tab.cpp: In function ‘long unsigned int yytnamerr(char*, const char*)’:
glslang_tab.cpp:3790:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
glslang_tab.cpp:3793:11: note: here
At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-unreachable-code-break’ may have been intended to silence earlier diagnostics
[170/296] Building CXX object renderdoc/driver/shaders/spirv/CMakeFiles/rdoc_spirv.dir/__/__/__/3rdparty/glslang/glslang/MachineIndependent/Initialize.cpp.o
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/glslang/MachineIndependent/Initialize.cpp: In member function ‘virtual void glslang::TBuiltIns::identifyBuiltIns(int, EProfile, const glslang::SpvVersion&, EShLanguage, glslang::TSymbolTable&)’:
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/glslang/MachineIndependent/Initialize.cpp:7344:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
7344 | if (profile == EEsProfile) {
| ^~
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/glslang/MachineIndependent/Initialize.cpp:7350:5: note: here
7350 | case EShLangTessControl:
| ^~~~
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/glslang/MachineIndependent/Initialize.cpp:7351:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
7351 | if (profile == EEsProfile && version >= 310) {
| ^~
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/glslang/MachineIndependent/Initialize.cpp:7365:5: note: here
7365 | case EShLangTessEvaluation:
| ^~~~
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/glslang/MachineIndependent/Initialize.cpp:9036:55: warning: this statement may fall through [-Wimplicit-fallthrough=]
9036 | if ((profile != EEsProfile && version >= 450) || (profile == EEsProfile && version >= 320)) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/glslang/MachineIndependent/Initialize.cpp:9040:5: note: here
9040 | case EShLangTaskNV:
| ^~~~
At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-unreachable-code-break’ may have been intended to silence earlier diagnostics
[174/296] Building CXX object renderdoc/driver/shaders/spirv/CMakeFiles/rdoc_spirv.dir/__/__/__/3rdparty/glslang/glslang/MachineIndependent/intermOut.cpp.o
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/glslang/MachineIndependent/intermOut.cpp: In member function ‘void glslang::TIntermediate::output(TInfoSink&, bool)’:
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/glslang/MachineIndependent/intermOut.cpp:1532:102: warning: this statement may fall through [-Wimplicit-fallthrough=]
1532 | infoSink.debug << "output primitive = " << TQualifier::getGeometryString(outputPrimitive) << "\n";
| ^~~~
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/glslang/MachineIndependent/intermOut.cpp:1534:5: note: here
1534 | case EShLangTaskNV:
| ^~~~
At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-unreachable-code-break’ may have been intended to silence earlier diagnostics
[178/296] Building CXX object renderdoc/driver/shaders/spirv/CMakeFiles/rdoc_spirv.dir/__/__/__/3rdparty/glslang/SPIRV/GlslangToSpv.cpp.o
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/SPIRV/GlslangToSpv.cpp: In member function ‘virtual bool {anonymous}::TGlslangToSpvTraverser::visitAggregate(glslang::TVisit, glslang::TIntermAggregate*)’:
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/SPIRV/GlslangToSpv.cpp:2533:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
2533 | isMatrix = true;
| ~~~~~~~~~^~~~~~
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/SPIRV/GlslangToSpv.cpp:2535:5: note: here
2535 | case glslang::EOpConstructFloat:
| ^~~~
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/SPIRV/GlslangToSpv.cpp:2690:23: warning: this statement may fall through [-Wimplicit-fallthrough=]
2690 | noReturnValue = true;
| ~~~~~~~~~~~~~~^~~~~~
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/SPIRV/GlslangToSpv.cpp:2692:5: note: here
2692 | case glslang::EOpAtomicLoad:
| ^~~~
At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-unreachable-code-break’ may have been intended to silence earlier diagnostics
[180/296] Building CXX object renderdoc/driver/shaders/spirv/CMakeFiles/rdoc_spirv.dir/__/__/__/3rdparty/glslang/glslang/MachineIndependent/linkValidate.cpp.o
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/glslang/MachineIndependent/linkValidate.cpp: In member function ‘void glslang::TIntermediate::finalCheck(TInfoSink&, bool)’:
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/glslang/MachineIndependent/linkValidate.cpp:805:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
805 | if (primitives == TQualifier::layoutNotSet)
| ^~
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/glslang/MachineIndependent/linkValidate.cpp:808:5: note: here
808 | case EShLangTaskNV:
| ^~~~
At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-unreachable-code-break’ may have been intended to silence earlier diagnostics
[192/296] Building CXX object renderdoc/driver/shaders/spirv/CMakeFiles/rdoc_spirv.dir/__/__/__/3rdparty/glslang/glslang/MachineIndependent/Versions.cpp.o
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/glslang/MachineIndependent/Versions.cpp: In member function ‘void glslang::TParseVersions::profileRequires(const glslang::TSourceLoc&, int, int, int, const char* const*, const char*)’:
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/glslang/MachineIndependent/Versions.cpp:637:118: warning: this statement may fall through [-Wimplicit-fallthrough=]
637 | infoSink.info.message(EPrefixWarning, ("extension " + TString(extensions[i]) + " is being used for " + featureDesc).c_str(), loc);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/home/zmike/src/renderdoc/renderdoc/3rdparty/glslang/glslang/MachineIndependent/Versions.cpp:639:13: note: here
639 | case EBhRequire:
| ^~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment