[1/195] [2/195] [3/195] [4/195] [5/195] [6/195] [7/195] [8/195] [9/195] [10/195] [11/195] [12/195] [13/195] [14/195] [15/195] [16/195] [17/195] [18/195] [19/195] [20/195] 10966 warnings generated. [21/195] 20094 warnings generated. [22/195] [23/195] [24/195] 18789 warnings generated. [25/195] [26/195] [27/195] [28/195] [29/195] [30/195] [31/195] [32/195] [33/195] /home/runner/work/graphia/graphia/source/thirdparty/cryptopp/filters.h:1264:4: warning: Call to virtual method 'StringStore::StoreInitialize' during construction bypasses virtual dispatch [clang-analyzer-optin.cplusplus.VirtualCall] 1264 | {StoreInitialize(MakeParameters("InputBuffer", ConstByteArrayParameter(string)));} | ^ /home/runner/work/graphia/graphia/source/shared/utils/crypto.cpp:182:22: note: Calling 'loadKey' 182 | auto publicKey = loadKey(publicKeyFileName); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/graphia/graphia/source/shared/utils/crypto.cpp:102:8: note: Assuming the condition is false 102 | if(!file.open(QIODevice::ReadOnly)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/graphia/graphia/source/shared/utils/crypto.cpp:102:5: note: Taking false branch 102 | if(!file.open(QIODevice::ReadOnly)) | ^ /home/runner/work/graphia/graphia/source/shared/utils/crypto.cpp:110:27: note: Calling constructor for 'StringSource' 110 | CryptoPP::ArraySource arraySource(reinterpret_cast(byteArray.constData()), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 111 | static_cast(byteArray.size()), true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/graphia/graphia/source/thirdparty/cryptopp/filters.h:1479:5: note: Calling constructor for 'SourceTemplate' 1479 | : SourceTemplate(attachment) {SourceInitialize(pumpAll, MakeParameters("InputBuffer", ConstByteArrayParameter(string, length)));} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/graphia/graphia/source/thirdparty/cryptopp/filters.h:1435:2: note: Calling default constructor for 'StringStore' 1435 | SourceTemplate(BufferedTransformation *attachment) | ^~~~~~~~~~~~~~ /home/runner/work/graphia/graphia/source/thirdparty/cryptopp/filters.h:1264:4: note: Call to virtual method 'StringStore::StoreInitialize' during construction bypasses virtual dispatch 1264 | {StoreInitialize(MakeParameters("InputBuffer", ConstByteArrayParameter(string)));} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [34/195] [35/195] [36/195] 6916 warnings generated. [37/195] [38/195] [39/195] [40/195] [41/195] [42/195] [43/195] [44/195] [45/195] [46/195] [47/195] /home/runner/work/graphia/graphia/source/shared/utils/threadpool.h:66:109: warning: forwarding reference parameter 'args' is never forwarded inside the function body [cppcoreguidelines-missing-std-forward] 66 | template std::future> makeFuture(Fn f, Args&&... args) | ^ [48/195] [49/195] [50/195] [51/195] /home/runner/work/graphia/graphia/source/shared/utils/threadpool.h:66:109: warning: forwarding reference parameter 'args' is never forwarded inside the function body [cppcoreguidelines-missing-std-forward] 66 | template std::future> makeFuture(Fn f, Args&&... args) | ^ [52/195] [53/195] [54/195] 37286 warnings generated. [55/195] 36557 warnings generated. [56/195] 36706 warnings generated. [57/195] 36638 warnings generated. [58/195] 36528 warnings generated. [59/195] /home/runner/work/graphia/graphia/source/shared/utils/threadpool.h:66:109: warning: forwarding reference parameter 'args' is never forwarded inside the function body [cppcoreguidelines-missing-std-forward] 66 | template std::future> makeFuture(Fn f, Args&&... args) | ^ 38116 warnings generated. [60/195] [61/195] [62/195] [63/195] /home/runner/work/graphia/graphia/source/shared/utils/threadpool.h:66:109: warning: forwarding reference parameter 'args' is never forwarded inside the function body [cppcoreguidelines-missing-std-forward] 66 | template std::future> makeFuture(Fn f, Args&&... args) | ^ 20080 warnings generated. [64/195] 19747 warnings generated. [65/195] 19994 warnings generated. [66/195] /home/runner/work/graphia/graphia/source/shared/utils/threadpool.h:66:109: warning: forwarding reference parameter 'args' is never forwarded inside the function body [cppcoreguidelines-missing-std-forward] 66 | template std::future> makeFuture(Fn f, Args&&... args) | ^ 20467 warnings generated. [67/195] [68/195] [69/195] 18530 warnings generated. [70/195] 18530 warnings generated. [71/195] 33812 warnings generated. [72/195] [73/195] [74/195] [75/195] 13463 warnings generated. [76/195] [77/195] [78/195] 21595 warnings generated. [79/195] 21648 warnings generated. [80/195] [81/195] [82/195] [83/195] [84/195] [85/195] [86/195] [87/195] [88/195] [89/195] 27177 warnings generated. [90/195] [91/195] 19819 warnings generated. [92/195] [93/195] [94/195] [95/195] [96/195] [97/195] /home/runner/work/graphia/graphia/source/shared/utils/threadpool.h:66:109: warning: forwarding reference parameter 'args' is never forwarded inside the function body [cppcoreguidelines-missing-std-forward] 66 | template std::future> makeFuture(Fn f, Args&&... args) | ^ [98/195] [99/195] [100/195] [101/195] [102/195] [103/195] [104/195] [105/195] 21860 warnings generated. [106/195] 21954 warnings generated. [107/195] 14514 warnings generated. [108/195] 22130 warnings generated. [109/195] 22455 warnings generated. [110/195] [111/195] 13660 warnings generated. [112/195] 22497 warnings generated. [113/195] 13646 warnings generated. [114/195] /home/runner/work/graphia/Qt/6.6.3/gcc_64/include/QtQuick/qsgnode.h:33:11: warning: no definition found for 'Updater', but a definition with the same name 'Updater' found in another namespace '(global)' [bugprone-forward-declaration-namespace] 33 | class Updater; | ^ /home/runner/work/graphia/graphia/source/app/updates/updater.h:35:7: note: a definition of 'Updater' is found here 35 | class Updater : public QObject | ^ /home/runner/work/graphia/graphia/source/shared/utils/threadpool.h:66:109: warning: forwarding reference parameter 'args' is never forwarded inside the function body [cppcoreguidelines-missing-std-forward] 66 | template std::future> makeFuture(Fn f, Args&&... args) | ^ 29118 warnings generated. [115/195] [116/195] [117/195] [118/195] [119/195] [120/195] [121/195] [122/195] [123/195] [124/195] [125/195] [126/195] [127/195] [128/195] [129/195] /home/runner/work/graphia/Qt/6.6.3/gcc_64/include/QtQuick/qsgnode.h:33:11: warning: no definition found for 'Updater', but a definition with the same name 'Updater' found in another namespace '(global)' [bugprone-forward-declaration-namespace] 33 | class Updater; | ^ /home/runner/work/graphia/graphia/source/app/updates/updater.h:35:7: note: a definition of 'Updater' is found here 35 | class Updater : public QObject | ^ /home/runner/work/graphia/graphia/source/shared/utils/doasyncthen.h:42:28: warning: forwarding reference parameter 'thenFn' is never forwarded inside the function body [cppcoreguidelines-missing-std-forward] 42 | void then(ThenFn&& thenFn) | ^ [130/195] 22191 warnings generated. [131/195] [132/195] [133/195] [134/195] [135/195] [136/195] 31200 warnings generated. [137/195] [138/195] [139/195] [140/195] 17850 warnings generated. [141/195] [142/195] [143/195] [144/195] [145/195] [146/195] [147/195] [148/195] [149/195] /home/runner/work/graphia/graphia/source/shared/utils/threadpool.h:66:109: warning: forwarding reference parameter 'args' is never forwarded inside the function body [cppcoreguidelines-missing-std-forward] 66 | template std::future> makeFuture(Fn f, Args&&... args) | ^ [150/195] [151/195] [152/195] [153/195] /home/runner/work/graphia/graphia/source/shared/utils/threadpool.h:66:109: warning: forwarding reference parameter 'args' is never forwarded inside the function body [cppcoreguidelines-missing-std-forward] 66 | template std::future> makeFuture(Fn f, Args&&... args) | ^ [154/195] [155/195] [156/195] [157/195] [158/195] [159/195] [160/195] [161/195] [162/195] /home/runner/work/graphia/graphia/source/shared/utils/threadpool.h:66:109: warning: forwarding reference parameter 'args' is never forwarded inside the function body [cppcoreguidelines-missing-std-forward] 66 | template std::future> makeFuture(Fn f, Args&&... args) | ^ [163/195] [164/195] [165/195] [166/195] [167/195] 30731 warnings generated. [168/195] [169/195] [170/195] [171/195] [172/195] [173/195] [174/195] [175/195] [176/195] [177/195] [178/195] [179/195] [180/195] [181/195] [182/195] [183/195] [184/195] [185/195] [186/195] [187/195] [188/195] /home/runner/work/graphia/graphia/source/shared/utils/doasyncthen.h:42:28: warning: forwarding reference parameter 'thenFn' is never forwarded inside the function body [cppcoreguidelines-missing-std-forward] 42 | void then(ThenFn&& thenFn) | ^ 20244 warnings generated. [189/195] [190/195] 22024 warnings generated. [191/195] [192/195] 10706 warnings generated. [193/195] /home/runner/work/graphia/graphia/source/shared/utils/doasyncthen.h:42:28: warning: forwarding reference parameter 'thenFn' is never forwarded inside the function body [cppcoreguidelines-missing-std-forward] 42 | void then(ThenFn&& thenFn) | ^ [194/195] 18416 warnings generated. [195/195] 18511 warnings generated.