RE: 8202794: Native Unix code should use readdir rather than readdir_r

2018-08-06 Thread ted
e)? I could use advice/assistance on either approach. Ted Neward Technologist and Leader T: @tedneward | M: (425) 647-4526 http://www.newardassociates.com -Original Message- From: Alan Bateman Sent: Sunday, August 5, 2018 11:08 AM To: [email protected]; 'Pengfei Li' ; ki

RE: 8202794: Native Unix code should use readdir rather than readdir_r

2018-08-06 Thread ted
And forgot to lead with: Thanks, Pengfei! That helps a great deal. Ted Neward Technologist and Leader T: @tedneward | M: (425) 647-4526 http://www.newardassociates.com -Original Message- From: Pengfei Li Sent: Sunday, August 5, 2018 11:26 PM To: [email protected]; 'Alan Ba

RE: 8202794: Native Unix code should use readdir rather than readdir_r

2018-08-06 Thread ted
Giving that a spin now; thanks! Ted Neward Technologist and Leader T: @tedneward | M: (425) 647-4526 http://www.newardassociates.com -Original Message- From: Severin Gehwolf Sent: Monday, August 6, 2018 1:46 AM To: [email protected]; 'Pengfei Li' ; 'Alan Batem

RE: 8202794: Native Unix code should use readdir rather than readdir_r

2018-08-06 Thread ted
#x27;ll disable warnings-as-errors and carry on. Ted Neward Technologist and Leader T: @tedneward | M: (425) 647-4526 http://www.newardassociates.com -Original Message- From: build-dev On Behalf Of Pengfei Li Sent: Thursday, June 28, 2018 3:01 AM To: [email protected]; bsr...@gmai

RE: 8202794: Native Unix code should use readdir rather than readdir_r

2018-08-06 Thread ted
Well, that works for JDK 10, it seems... (building now...) but is there a similar way to disable warnings for JDK 8 and 9? Some combination of CFLAGS/CPPFLAGS, perhaps? I'd really like to be able to build 8 and 9; particularly 8, since that's what my current employer is still using