Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[codemod] comment unused parameters to turn on -Wunused-parameter flag #3662

Closed
wants to merge 14 commits into from

Commits on Apr 11, 2018

  1. Fix unused warning

    David Lai authored and David Lai committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    efdee5e View commit details
    Browse the repository at this point in the history
  2. fix spacing in makefile

    David Lai committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    181ebcc View commit details
    Browse the repository at this point in the history
  3. Fix unused warnings for non fb linux platform

    David Lai committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    c25c4ce View commit details
    Browse the repository at this point in the history
  4. fix unused warnings

    David Lai committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    e54a946 View commit details
    Browse the repository at this point in the history
  5. Fix errors for java...

    David Lai committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    b5623f1 View commit details
    Browse the repository at this point in the history
  6. fix more errors missed by clang-tidy

    David Lai committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    b8beacd View commit details
    Browse the repository at this point in the history
  7. More fixes for unused parameters

    David Lai committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    fe942df View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. More fixes

    David Lai committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    2ff6698 View commit details
    Browse the repository at this point in the history
  2. unused for lite_test and example

    David Lai committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    8969eec View commit details
    Browse the repository at this point in the history
  3. unused params in lite_build test

    David Lai committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    e414722 View commit details
    Browse the repository at this point in the history
  4. Fix tests for cmake

    David Lai committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    ac7b1fb View commit details
    Browse the repository at this point in the history
  5. Fix unused errors in java test

    David Lai committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    615827f View commit details
    Browse the repository at this point in the history
  6. Fixing more unused and undeclared erors in java test

    David Lai committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    78c54a4 View commit details
    Browse the repository at this point in the history
  7. fix undeclared in java test

    David Lai committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    377ce01 View commit details
    Browse the repository at this point in the history