Skip to content
Snippets Groups Projects
Select Git revision
  • SOGo-2.4.3
  • master default protected
  • fix_eas
  • feature/devcontainer
  • openid
  • backupopenid
  • multidomain
  • fix-5908
  • feat-6025
  • feature-6023
  • fix-5917-5.11.0
  • fix_5111
  • fix-5917
  • multi_auth
  • fix-packaging
  • bug_imap
  • test-pr-361
  • test_pr359
  • quotation-jitsi
  • feat-5857-alarms-for-external-mails
  • API
  • SOGo-5.12.1
  • SOGo-5.12.0
  • SOGo-5.11.2
  • SOGo-5.11.1
  • SOGo-5.11.0
  • SOGo-5.10.0
  • SOGo-5.9.1
  • SOGo-5.9.0
  • SOGo-5.8.4
  • SOGo-5.8.3
  • SOGo-5.8.2
  • SOGo-5.8.1
  • SOGo-5.8.0
  • SOGo-5.7.1
  • SOGo-5.7.0
  • SOGo-5.6.0
  • SOGo-2.4.2
  • SOGo-5.5.1
  • SOGo-5.5.0
40 results

SOGoUI

user avatar
Nicolas Höft authored and Francis Lachapelle committed
With GCC 10, SOGoAptFormatter.m FTBS with the following error:

    SOGoAptFormatter.m: In function ‘-[SOGoAptFormatter setPrivateTitleOnly]’:
    SOGoAptFormatter.m:104:56: error: expected ‘)’ before ‘::’ token
      104 |   self->formatAction = @selector(titleOnlyForPrivateApt::);

Simply name the second argument, so gcc is happy.

Also add the `external` keyword to a header declared variable.

Fixes #5029
dc4fdb2d
History