Revision: 13334
http://sourceforge.net/p/skim-app/code/13334
Author: hofman
Date: 2023-03-02 14:54:15 +0000 (Thu, 02 Mar 2023)
Log Message:
-----------
fix pragma
Modified Paths:
--------------
trunk/SkimNotes/SKNAgentListener.h
Modified: trunk/SkimNotes/SKNAgentListener.h
===================================================================
--- trunk/SkimNotes/SKNAgentListener.h 2023-03-02 09:51:09 UTC (rev 13333)
+++ trunk/SkimNotes/SKNAgentListener.h 2023-03-02 14:54:15 UTC (rev 13334)
@@ -38,10 +38,10 @@
#import <Foundation/Foundation.h>
-#pragma clang diagnostics push
+#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
@interface SKNAgentListener : NSObject <NSConnectionDelegate>
-#pragma clang diagnostics pop
+#pragma clang diagnostic pop
{
NSConnection *connection;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit