Skip to content

Commit

Permalink
RDKBDEV-2733 : Enable -Werror and -Wall in RdkPppManager.
Browse files Browse the repository at this point in the history
Reason for change:
Enabling -Werror and -Wall in RdkPppManager.

Test Procedure: Sanity test.
Risks: None.

Signed-off-by: K Sanjay Nayak <[email protected]>
  • Loading branch information
sanjaynayakk committed Aug 14, 2024
1 parent 41665fc commit d21b435
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-ccsp/ccsp/rdk-ppp-manager.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ CFLAGS_append = " \
-I ${STAGING_INCDIR}/sysevent \
-I${STAGING_INCDIR}/utapi \
-I${STAGING_INCDIR}/utctx \
-Wall \
-Werror \
"

LDFLAGS += " -lprivilege"
Expand Down

0 comments on commit d21b435

Please sign in to comment.