Skip to content
Snippets Groups Projects
Commit 547a9b29 authored by Simon McVittie's avatar Simon McVittie
Browse files

Ignore -Wshadow in another file

parent 64c12e47
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,10 @@
#include <gio/gio.h>
#include "libglnx/libglnx.h"
/* To keep this more similar to the original file, we explicitly disable
* this warning rather than fixing it */
#pragma GCC diagnostic ignored "-Wshadow"
char *
flatpak_get_timezone (void)
{
......
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