Skip to content

Commit

Permalink
RDKBDEV-2732 : Enable -Werror and -Wall in RdkGponManager. (#20)
Browse files Browse the repository at this point in the history
Reason for change:
Enabling -Werror and -Wall in RdkGponManager.

Test Procedure: Sanity test.
Risks: None.

Signed-off-by: K Sanjay Nayak <[email protected]>
  • Loading branch information
sanjaynayakk authored Aug 5, 2024
1 parent ee04386 commit b146c06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes-ccsp/ccsp/rdkgponmanager.bb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ CFLAGS_append = " \
-I${STAGING_INCDIR}/ccsp \
-I ${STAGING_INCDIR}/syscfg \
-I ${STAGING_INCDIR}/sysevent \
-Werror \
-Wall \
-Wno-error=switch \
"
CFLAGS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'rdkb_wan_manager', '-DFEATURE_RDKB_WAN_MANAGER', '', d)}"

Expand Down

0 comments on commit b146c06

Please sign in to comment.