Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[buteo-sync-plugins-social] Remove #pragma system_header. Contributes…
… to JB#38781

Seems to compile without too and if the headers warn, then better to just
fix the problems there.
  • Loading branch information
pvuorela committed Apr 9, 2021
1 parent aef9916 commit 8c49e96
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/common/buteosyncfw_p.h
Expand Up @@ -22,10 +22,6 @@
#ifndef SOCIALD_BUTEOSYNCFW_P_H
#define SOCIALD_BUTEOSYNCFW_P_H

// Several headers from Buteo SyncFW produce warnings
// This means we cannot use -Werror without wrapping them
// in GCC-specific pragmas to ignore warnings from Buteo.
#pragma GCC system_header
#include <SyncCommonDefs.h>
#include <SyncPluginBase.h>
#include <ProfileManager.h>
Expand Down

0 comments on commit 8c49e96

Please sign in to comment.