Skip to content

Commit

Permalink
fix: drop #pragma clang diagnostic calls
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Apr 9, 2024
1 parent 3546896 commit 4c8325b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions extensions/dataframes/RHipoDS.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,7 @@ public:
// Not required utility methods.
int getEntries(){ return fHipoReader.getEntries(); }

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winconsistent-missing-override"
ClassDef(RHipoDS, 0);
#pragma clang diagnostic pop

};

Expand Down

0 comments on commit 4c8325b

Please sign in to comment.