Skip to content
Snippets Groups Projects
  1. Mar 14, 2018
  2. Mar 13, 2018
    • Daniel Koch's avatar
      Fix build several build errors · bfe09521
      Daniel Koch authored
      glslang/SPIRV/SpvBuilder.cpp:2533:27: error: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Werror,-Wsign-compare]
              for (int c = 0; c < accessChain.swizzle.size(); ++c)
                              ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
      1 error generated.
      
      glslang/hlsl/hlslParseHelper.cpp:69:5: error: field 'cullDistanceInput' will be initialized after field 'clipDistanceOutput' [-Werror,-Wreorder]
          cullDistanceInput(nullptr),
          ^
      1 error generated.
      
      glslang/glslang/MachineIndependent/attribute.cpp:85:16: error: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Werror,-Wsign-compare]
          if (argNum >= args->getSequence().size())
              ~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~
      1 error generated.
      bfe09521
    • John Kessenich's avatar
      Merge pull request #1293 from baldurk/remove-en-dash · 3e2a3c46
      John Kessenich authored
      Replace en-dash with simple ASCII hyphen
    • Baldur Karlsson's avatar
      Replace en-dash with simple ASCII hyphen · 34cd7630
      Baldur Karlsson authored
      * This means the source file is ASCII instead of (assumed) UTF-8 and
        doesn't cause warnings when compiling on non-western codepages.
      34cd7630
  3. Mar 12, 2018
  4. Mar 11, 2018
  5. Mar 10, 2018
  6. Mar 08, 2018
  7. Mar 07, 2018
  8. Mar 06, 2018
  9. Mar 03, 2018
Loading