Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DaveGamble/cJSON
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: KangLin/cJSON
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 29, 2024

  1. Fix compile fail with android ndk 27

    Compile error information:
    
    CMake Warning (dev) at /data/android-sdk/ndk/27.0.12077973/build/cmake/flags.cmake:46 (if):
      Policy CMP0057 is not set: Support new IN_LIST if() operator.  Run "cmake
      --help-policy CMP0057" for policy details.  Use the cmake_policy command to
      set the policy and suppress this warning.
    
      IN_LIST will be interpreted as an operator when the policy is set to NEW.
      Since the policy is not set the OLD behavior will be used.
    Call Stack (most recent call first):
      /home/l/Downloads/cmake-3.30.2/share/cmake-3.30/Modules/Platform/Android-Clang.cmake:23 (include)
      /home/l/Downloads/cmake-3.30.2/share/cmake-3.30/Modules/Platform/Android-Clang-C.cmake:1 (include)
      /home/l/Downloads/cmake-3.30.2/share/cmake-3.30/Modules/CMakeCInformation.cmake:48 (include)
      CMakeLists.txt:4 (project)
    This warning is for project developers.  Use -Wno-dev to suppress it.
    
    CMake Error at /data/android-sdk/ndk/27.0.12077973/build/cmake/flags.cmake:46 (if):
      if given arguments:
    
        "hwaddress" "IN_LIST" "ANDROID_SANITIZE"
    
      Unknown arguments specified
    Call Stack (most recent call first):
      /home/l/Downloads/cmake-3.30.2/share/cmake-3.30/Modules/Platform/Android-Clang.cmake:23 (include)
      /home/l/Downloads/cmake-3.30.2/share/cmake-3.30/Modules/Platform/Android-Clang-C.cmake:1 (include)
      /home/l/Downloads/cmake-3.30.2/share/cmake-3.30/Modules/CMakeCInformation.cmake:48 (include)
      CMakeLists.txt:4 (project)
    KangLin committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4bb82c8 View commit details
    Browse the repository at this point in the history
Loading