Revision: 27727
          http://sourceforge.net/p/bibdesk/svn/27727
Author:   hofman
Date:     2022-07-13 14:47:40 +0000 (Wed, 13 Jul 2022)
Log Message:
-----------
ignore clang warning

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

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2022-07-13 
09:22:06 UTC (rev 27726)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2022-07-13 
14:47:40 UTC (rev 27727)
@@ -4662,9 +4662,12 @@
     return _fvFlags.displayMode != FVDisplayModeColumn;
 }
 
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wpartial-availability"
 - (NSAccessibilityOrientation)accessibilityOrientation {
     return _fvFlags.displayMode == FVDisplayModeRow ? 
NSAccessibilityOrientationHorizontal : NSAccessibilityOrientationVertical;
 }
+#pragma clang diagnostic pop
 
 - (NSURL *)URLForIconElement:(FVAccessibilityIconElement *)element {
     return [self URLAtIndex:[element index]];

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to