Skip to content

Commit

Permalink
Get rid of ddloggername.udp warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu committed Jan 23, 2025
1 parent 7a9175c commit f59a650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Monal/Classes/MLUDPLogger.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

NS_ASSUME_NONNULL_BEGIN

#import <CocoaLumberjack/DDLoggerNames.h>

Check failure on line 14 in Monal/Classes/MLUDPLogger.h

View workflow job for this annotation

GitHub Actions / buildAndPublishAlpha

cannot #include files inside '#pragma clang assume_nonnull'

Check failure on line 14 in Monal/Classes/MLUDPLogger.h

View workflow job for this annotation

GitHub Actions / buildAndPublishAlpha

cannot #include files inside '#pragma clang assume_nonnull'

Check failure on line 14 in Monal/Classes/MLUDPLogger.h

View workflow job for this annotation

GitHub Actions / buildAndPublishAlpha

cannot #include files inside '#pragma clang assume_nonnull'
FOUNDATION_EXPORT DDLoggerName const DDLoggerNameUDP NS_SWIFT_NAME(DDLoggerName.udp); // MLUDPLogger

@interface MLUDPLogger : DDAbstractLogger <DDLogger>
Expand Down

0 comments on commit f59a650

Please sign in to comment.