Files
misskey/src
Marcin Cieślak 7d881427d4 Use delete[] after new[]
gmake: Wejście do katalogu '/usr/home/saper/sw/misskey/build'
  CXX(target) Release/obj.target/crypto_key/src/crypto_key.o
../src/crypto_key.cc:25:3: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?
      [-Wmismatched-new-delete]
                delete sourceBuf;
                ^
                      []
../src/crypto_key.cc:18:25: note: allocated with 'new[]' here
        const auto sourceBuf = new char[sourceLength];
                               ^
../src/crypto_key.cc:32:2: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?
      [-Wmismatched-new-delete]
        delete sourceBuf;
        ^
              []
../src/crypto_key.cc:18:25: note: allocated with 'new[]' here
        const auto sourceBuf = new char[sourceLength];
                               ^
2 warnings generated.
2018-05-16 00:21:54 +02:00
..
2018-04-02 13:44:32 +09:00
2018-05-07 05:22:06 +09:00
2018-05-14 18:58:47 +09:00
2018-04-26 20:30:49 +09:00
2018-04-02 13:15:53 +09:00
2018-04-08 02:30:37 +09:00
wip
2018-04-25 18:04:16 +09:00
2018-05-13 16:26:11 +09:00
2018-05-08 07:03:06 +09:00
2018-05-14 12:47:33 +09:00
2018-04-22 07:21:51 +09:00
2018-05-02 18:06:16 +09:00
2018-05-06 01:35:17 +09:00
2018-05-16 00:21:54 +02:00
wip
2018-04-13 06:06:18 +09:00
2018-03-29 14:59:06 +09:00