We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-Wlong-long
1 parent b49194a commit 839e7a0Copy full SHA for 839e7a0
Common.cmake
@@ -20,7 +20,7 @@ target_compile_options(${PROJECT_NAME} PRIVATE
20
# practice it is usually supported even by ancient compilers with very limited C++11
21
# support. And we already unconditionally require `uint64_t`, so it would be strange if
22
# the compiler supported `uint64_t` and not `long long`.
23
- -Wno-error=long-long
+ -Wno-long-long
24
25
# See <https://gcc.gnu.org/onlinedocs/gcc-13.3.0/gcc/Warning-Options.html#index-Wstrict-aliasing_003dn>:
26
#
0 commit comments