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: cppcheck-opensource/cppcheck
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: rguiotti/cppcheck
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.
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 8, 2015

  1. Removing Visual Studio 2013 warnings for tinyxml2

    1>..\externals\tinyxml\tinyxml2.cpp(674): warning C4127: conditional
    expression is constant
    1>..\externals\tinyxml\tinyxml2.cpp(708): warning C4127: conditional
    expression is constant
    1>..\externals\tinyxml\tinyxml2.cpp(743): warning C4127: conditional
    expression is constant
    1>..\externals\tinyxml\tinyxml2.cpp(750): warning C4127: conditional
    expression is constant
    rguiotti committed Feb 8, 2015
    Configuration menu
    Copy the full SHA
    236daa9 View commit details
    Browse the repository at this point in the history
  2. Removing a Visual Studio 2013 warning in tokenize.cpp

    1>tokenize.cpp(3218): warning C4244: '=' : conversion from
    'MathLib::bigint' to 'size_t', possible loss of data
    rguiotti committed Feb 8, 2015
    Configuration menu
    Copy the full SHA
    f58e0c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a56b6b View commit details
    Browse the repository at this point in the history
Loading