Skip to content
Snippets Groups Projects
Commit e23838b5 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Another improper gcc warning supression

parent ed6fc0d5
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
#include "llurl.h"
#include "llerror.h"
#if LL_GNUC
#if LL_GNUC && GCC_VERSION >= 80000
#pragma GCC diagnostic ignored "-Wstringop-truncation"
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment