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 warnings in OSAL code #299

Merged
merged 2 commits into from
Dec 30, 2019

Commits on Dec 9, 2019

  1. Fix nasa#298: Fix minor warnings in OSAL code

    Fix warnings that are triggered by compiling the OSAL coverage
    unit test with strict settings.
    
    - The OS_FPUExcAttachHandler function needs to be prototyped
      as accepting a function pointer (not void*)
    - Const-Correctness on OS_ModuleLoad_Impl()
    - Use void* instead of char* for buffer pointer as the specific
      type is not known
    - Cast the function passed into taskSpawn on VxWorks
    jphickey committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    2d27496 View commit details
    Browse the repository at this point in the history
  2. Fix nasa#298: Clean up warnings in UT code with strict settings

    Additional compiler warning fixes for the UT code itself.
    This is committed separately from the changes that affect
    the OSAL FSW code.
    jphickey committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    81a0434 View commit details
    Browse the repository at this point in the history