Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Ubuntu warning for asprintf in s-golay filter
Briscoe reported a warning about not using the return value from a asprintf call on Ubuntu: filter_sgolay.cpp:143:17: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 143 | asprintf(&buffer, "cannot build matrix with %lu rows and %lu columns\n",
- Loading branch information