From owner-freebsd-testing@freebsd.org Fri Jul 10 14:52:31 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CFA36A75 for ; Fri, 10 Jul 2015 14:52:31 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-yk0-x229.google.com (mail-yk0-x229.google.com [IPv6:2607:f8b0:4002:c07::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F4D41862 for ; Fri, 10 Jul 2015 14:52:31 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by ykeo3 with SMTP id o3so144316282yke.0 for ; Fri, 10 Jul 2015 07:52:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=RJXoCUH5GoJosNxwXxaF3fMUwkE9hZrWaBpFcT9OtKw=; b=BrrLPrUya3dLIddQyYQceGvtYWA75f6qBkIccDLBEazhuXYTLG65g/Y6xGFBl/YpVm uarZjakAiVxOEUXhWbkv1qUvX+xaPZgruPLY4JRt0gIKSzAfIPdUPXRgOM1+h7XCTKMp f9/Z7+QRoRoQHJGLpTQT+6B9FbUE1FETfMM2X2183Z6UjsQOH+lD/YpGGDlTCO/gF4vS I3P0XII9V6+MNBXfR5J4M72ammgBPsHbOlMym9svLB0apwZjZza4mELIlQEs3fW6dlUA i1S0V8u61fBJ05zYqHZlsfKsMvDk3+o8XEokFtPide802o5cTAhULSD815GVSUctx9Sk uneQ== MIME-Version: 1.0 X-Received: by 10.129.60.12 with SMTP id j12mr24001231ywa.90.1436539950439; Fri, 10 Jul 2015 07:52:30 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.37.11.70 with HTTP; Fri, 10 Jul 2015 07:52:30 -0700 (PDT) Date: Fri, 10 Jul 2015 10:52:30 -0400 X-Google-Sender-Auth: Q2VxtvnSPATXTvh89QgH3m29Vis Message-ID: Subject: Need help reducing gcc compiler warnings in BSD From: Craig Rodrigues To: users@dragonflybsd.org Cc: "freebsd-testing@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2015 14:52:31 -0000 Hi, I set up this Jenkins job which builds FreeBSD with gcc 4.9, and reports all the compiler warnings here: https://jenkins.freebsd.org/job/FreeBSD_HEAD_amd64_gcc4.9/177/warnings17Result/ I have been working with other people like Marcelo Araujo to reduce the gcc compiler warnings on FreeBSD, even though the default system compiler for FreeBSD is clang. I have noticed that a lot of fixes to the problems have been down in DragonFlyBSD. I have imported some of these fixes, especially ones done by Sascha Wildner, such as this one: https://lists.freebsd.org/pipermail/svn-src-head/2015-May/072562.html Is there a way that we can collaborate across the FreeBSD and DragonFlyBSD projects to reduce gcc compiler warnings? That it would be quite nice. It would make code easier to share, and improve the code overall. Thanks. -- Craig