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

Fix minor issue during porting(https://github.com/apache/incubator-nuttx) #99

Merged
merged 6 commits into from
Jun 6, 2022

Commits on Jun 6, 2022

  1. Fix warning: "UNUSED" redefined

    Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
    Change-Id: Idd095235aaba40f6229093738447dfbe9bc6dcfa
    xiaoxiang781216 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    1b71c53 View commit details
    Browse the repository at this point in the history
  2. Fix warning: function declaration isn’t a prototype

    Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
    Change-Id: Iff49c7c211151187c978f2e6e07c0645e8401d78
    xiaoxiang781216 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    b709565 View commit details
    Browse the repository at this point in the history
  3. Fix warning: control reaches end of non-void function

    Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
    Change-Id: I59f6f805d44655c3e5c27b999404a813bd785488
    xiaoxiang781216 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    9812b1b View commit details
    Browse the repository at this point in the history
  4. Avoid multiple definition of libdivide_gen, print_serial and to_str

    Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
    Change-Id: I8559cd1b68d8140d56cde2fd6a516adefe434e5b
    xiaoxiang781216 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    ebb9f36 View commit details
    Browse the repository at this point in the history
  5. Add extern "C" to main function

    Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
    Change-Id: Iaf7ae6c3ed8bc7aeba7384ac6dc0a0f97d9b90c5
    xiaoxiang781216 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    e26965c View commit details
    Browse the repository at this point in the history
  6. Add Make.dep, .built and .depend to .gitignore

    Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
    Change-Id: Ib3189c58987077f6b57c549f53ac824aba244e9b
    xiaoxiang781216 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    c3d5569 View commit details
    Browse the repository at this point in the history