Skip to content
Snippets Groups Projects
Commit 051616f3 authored by Philipp Spilger's avatar Philipp Spilger
Browse files

Fix redefinition warnings for HXCOMM_LOG_THRESHOLD

* previously we redefined the variable a second time with another
  value (empty)
* now we redefine it to the same value and therefore don't trigger
  a warning

Change-Id: Icb13e3ea8275afae2b22aa2ee6c2d03534c4487a
parent a4504683
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ def build(bld):
] + use_munge,
uselib = 'HXCOMM',
install_path = '${PREFIX}/lib',
export_defines="HXCOMM_LOG_THRESHOLD",
export_defines=bld.env.DEFINES_HXCOMM,
)
bld(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment