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

os/pm: resolve build warnings #6463

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 24, 2024

  1. os/pm: resolve build warnings

    This commit resolve the below build warnings:
    
    warning: 'pm_state_name' defined but not used
    warning: 'wakeup_src_name' defined but not used
    warning: unused variable 'pm_state'
    warning: assignment discards 'const' qualifier from pointer target type
    warning: assignment to 'pm_metric_t *' {aka 'struct pm_metric_s *'} from 'int' makes pointer from integer without a cast
    gSahitya-samsung committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b0b9942 View commit details
    Browse the repository at this point in the history