Skip to content
Snippets Groups Projects
  1. Apr 16, 2023
    • Pirama Arumuga Nainar's avatar
      sm8350-common: gps: Fix -Wbitwise-instead-of-logical · 886c8c28
      Pirama Arumuga Nainar authored
      Bug: http://b/215753485
      
      Reported by clang-r445002
      
      error: use of bitwise '|' with boolean operands [-Werro
      r,-Wbitwise-instead-of-logical]
      
        if (gnssCbIface != nullptr || gnssCbIface_2_0 != nullptr| gnssCbIface_2_1 != nullptr) {
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                                ||
      
      Test: build with clang-r445002
      Change-Id: I9410eb5208227dd70bd036aee02fb2aeb912f266
      Merged-In: I9410eb5208227dd70bd036aee02fb2aeb912f266
      886c8c28
  2. Sep 26, 2022
  3. Apr 01, 2022
Loading