Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 402506 Details for
Bug 548468
=net-libs/libssh-0.6.4 with sys-devel/gcc-5.1 - .../work/libssh-0.6.4/src/auth.c:73:21: error: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove -pedantic option
libssh-0.6.4-gcc-5.x-dont-use-padantic.patch (text/plain), 875 bytes, created by
Alex Turbov
on 2015-05-03 09:13:52 UTC
(
hide
)
Description:
Remove -pedantic option
Filename:
MIME Type:
Creator:
Alex Turbov
Created:
2015-05-03 09:13:52 UTC
Size:
875 bytes
patch
obsolete
>diff -u -rb libssh-0.6.4.org/cmake/Modules/DefineCompilerFlags.cmake libssh-0.6.4/cmake/Modules/DefineCompilerFlags.cmake >--- libssh-0.6.4.org/cmake/Modules/DefineCompilerFlags.cmake 2014-09-16 02:54:34.000000000 +0800 >+++ libssh-0.6.4/cmake/Modules/DefineCompilerFlags.cmake 2015-05-03 16:52:33.000000000 +0800 >@@ -10,7 +10,7 @@ > if (${CMAKE_C_COMPILER_ID} MATCHES "(GNU|Clang)") > > # add -Wconversion ? >- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -pedantic -pedantic-errors") >+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99") > set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement") > set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security") > set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wmissing-format-attribute")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 548468
:
402506
|
402726