gcc's (4.7 at least) -Wcomment warns on line-comment -> backslash ->
newline -> line-comment, while clang doesn't.
If gcc behaves that way, silence -Wcomment.
cmake already has this.
Details
Details
- Reviewers
echristo
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Eric, is that huge added block a problem? I'm not sure why autoconf changed what it had.
My env is:
$ ./autoconf/AutoRegen.sh ### NOTE: ############################################################ ### If you get *any* warnings from autoconf below you MUST fix the ### scripts in the m4 directory because there are future forward ### compatibility or platform support issues at risk. Please do NOT ### commit any configure script that was generated with warnings ### present. You should get just three 'Regenerating..' lines. ###################################################################### Regenerating aclocal.m4 with aclocal 1.9.6 Regenerating configure with autoconf 2.60 Regenerating config.h.in with autoheader 2.60
configure | ||
---|---|---|
19786 | I'm not sure why this changed to the huge block @ line 19892 |
Comment Actions
I'm not seeing the changes you're seeing when I regenerate. I'm seeing a couple of random line changes later, but not that part.
The patch itself looks fine so I'm going to go ahead and commit it on your behalf with a regenerated configure.
I'm not sure why this changed to the huge block @ line 19892