Bug #1379
ide: gcc: Some error messages are ignored
Status: | Rejected | Start date: | 02/08/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | IDE | Spent time: | - | |
Target version: | Release 2020.1 |
Description
c:\u\upp16\uppsrc\Core\Callback.h: In instantiation of 'Res Upp::Function<Res(ArgTypes ...)>::Wrapper<F>::Execute(ArgTypes ...) [with F = bool; Res = bool; ArgTypes = {long long int, long long int}]':
c:\u\upp16\uppsrc\Core\Win32Util.cpp:235:1: required from here
c:\u\upp16\uppsrc\Core\Callback.h:21:60: error: expression cannot be used as a function
virtual Res Execute(ArgTypes... args) { return fn(args...); }
History
#1 Updated by Zbigniew Rebacz over 8 years ago
- Category set to IDE
#2 Updated by Zbigniew Rebacz about 8 years ago
- Target version changed from Release 2017.1 to Release 2017.2
#3 Updated by Zbigniew Rebacz over 7 years ago
- Target version changed from Release 2017.2 to Release 2018.1
#4 Updated by Zbigniew Rebacz about 7 years ago
- Target version changed from Release 2018.1 to Release 2019.1
#5 Updated by Zbigniew Rebacz almost 6 years ago
- Target version changed from Release 2019.1 to Release 2019.2
#6 Updated by Zbigniew Rebacz over 5 years ago
- Target version changed from Release 2019.2 to Release 2020.1
#7 Updated by Miroslav Fidler about 5 years ago
- Status changed from New to Rejected