Page MenuHomeFreeBSD

Increase WARNS for selected tests
ClosedPublic

Authored by asomers on Mar 9 2017, 8:06 PM.
Tags
None
Referenced Files
F81924291: D9933.id26100.diff
Tue, Apr 23, 6:24 AM
Unknown Object (File)
Sun, Apr 7, 12:28 AM
Unknown Object (File)
Thu, Mar 28, 10:16 PM
Unknown Object (File)
Mar 12 2024, 2:31 PM
Unknown Object (File)
Feb 24 2024, 2:57 AM
Unknown Object (File)
Jan 20 2024, 4:54 AM
Unknown Object (File)
Dec 30 2023, 7:29 AM
Unknown Object (File)
Dec 22 2023, 5:32 PM
Subscribers

Diff Detail

Event Timeline

First off, thank you very much for doing this. It's been on my TODO list for a bit (just further down the stack).

A few questions:

  • have you tested this out with gcc?
  • have you built this on all architectures (I might have a valid "make universe" environment on universe12a... that could be used)?

Also:

  • could you please move this down the WARNS assignment above the first set of .includes?
  • could you please commit this changes and MFC them separately?

Thank you so very much again :):):)!

lib/libpathconv/tests/Makefile
9

This isn't currently hooked into the build. Please check with Julian about it, since he owns this directory/tests.

In D9933#205387, @ngie wrote:

First off, thank you very much for doing this. It's been on my TODO list for a bit (just further down the stack).

A few questions:

  • have you tested this out with gcc?
  • have you built this on all architectures (I might have a valid "make universe" environment on universe12a... that could be used)?

Not yet; I opened the code review in parallel with build testing. But I'm definitely going to do a full universe on this one.

Also:

  • could you please move this down the WARNS assignment above the first set of .includes?

What?

  • could you please commit this changes and MFC them separately?

Certainly.

Thank you so very much again :):):)!

Adding Julian to review the libpathconv part.

In D9933#205387, @ngie wrote:

First off, thank you very much for doing this. It's been on my TODO list for a bit (just further down the stack).

A few questions:

  • have you tested this out with gcc?
  • have you built this on all architectures (I might have a valid "make universe" environment on universe12a... that could be used)?

Not yet; I opened the code review in parallel with build testing. But I'm definitely going to do a full universe on this one.

Also:

  • could you please move this down the WARNS assignment above the first set of .includes?

What?

Per style.Makefile(5), WARNS should come before CFLAGS/CXXFLAGS (I misremembered that nuance too so I'm guilty of getting it wrong, probably). Not a ship blocker, but if we can nip this in the bud now, that would be awesome :)... (Either way, I'm ok with the change as-is, because it's a net win :)..)!

  • could you please commit this changes and MFC them separately?

Certainly.

Thank you so very much again :):):)!

This revision is now accepted and ready to land.Mar 9 2017, 10:49 PM
julian added inline comments.
lib/libpathconv/tests/Makefile
9

there is a 'change of plans' wih regards to this directory. Bapt has convinced me to add it to libutil instead of having a separate lib, so this will go away. See review D9917

This revision was automatically updated to reflect the committed changes.