Skip to content

Commit f5bc360

Browse files
committed
build: Don't permit in-tree LCB files to contain warnings.
* Ensure that in-tree LCB source code follows "best-practice" * Ensure that if compiler changes may cause issues for in-tree LCB code, they are flagged up immediately
1 parent 04ac4c3 commit f5bc360

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

util/build-extensions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ function build_widget {
1313
LC_COMPILE=$4
1414

1515
"${LC_COMPILE}" \
16+
-Werror \
1617
--modulepath "${MODULE_DIR}" \
1718
--manifest "${WIDGET_DIR}/manifest.xml" \
1819
--output "${WIDGET_DIR}/module.lcm" \

0 commit comments

Comments
 (0)