Commit b65d3a7b authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

explicitly namespace prefix freestanding rumur:: functions

This is a tip from the LLVM style guide that causes functions to fail to compile
if they mismatch their prototype. We were already getting a warning (because we
build with -Wmissing-declarations), but this turns it into a hard error prior to
linking.
parent 22a931e9
Supports Markdown
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