Supress unused variable warnings (#1145)
Building on master results in a few unused variable warnings from the example code. Specifically the variable `bson_error_t error` was not being used in some examples, presumable to simplify the example code. Adding a `BSON_UNUSED (error);` to these locations keeps the example code simple while also supressing compiler warnings.
parent
77aab859
Please register or sign in to comment