[all-commits] [llvm/llvm-project] 558caf: [MCParser] Fix a warning

kazutakahirata via All-commits all-commits at lists.llvm.org
Wed Aug 10 09:56:58 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 558caf6d2bab08c83c372a56124fee9c813186fa
      https://github.com/llvm/llvm-project/commit/558caf6d2bab08c83c372a56124fee9c813186fa
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-08-10 (Wed, 10 Aug 2022)

  Changed paths:
    M llvm/lib/MC/MCParser/COFFMasmParser.cpp

  Log Message:
  -----------
  [MCParser] Fix a warning

This patch fixes:

  llvm/lib/MC/MCParser/COFFMasmParser.cpp:333:28: error: comparison of
  integers of different signs: 'unsigned int' and 'int'
  [-Werror,-Wsign-compare]




More information about the All-commits mailing list