Revision: 29104
          http://sourceforge.net/p/bibdesk/svn/29104
Author:   hofman
Date:     2025-04-15 14:42:47 +0000 (Tue, 15 Apr 2025)
Log Message:
-----------
Add pragma clang diagnostic around correct code

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2025-04-14 
09:16:26 UTC (rev 29103)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2025-04-15 
14:42:47 UTC (rev 29104)
@@ -1115,12 +1115,12 @@
 }
 
 - (void)viewDidChangeEffectiveAppearance {
-    [super viewDidChangeEffectiveAppearance];
 #pragma clang diagnostic push
 #pragma clang diagnostic ignored "-Wpartial-availability"
+    [super viewDidChangeEffectiveAppearance];
+#pragma clang diagnostic pop
     CGLayerRelease(_selectionOverlay);
     _selectionOverlay = NULL;
-#pragma clang diagnostic pop
 }
 
 #pragma mark Layout

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to