Re: [perfmon2] [PATCH] Misleading indentation in example code

2016-02-08 Thread Stephane Eranian
On Fri, Jan 29, 2016 at 8:46 PM, William Cohen wrote: > The new gcc 6.0.0 in fedora rawhide complains about misleading > indentation. Some of the indentation for sys_count example needed to be > corrected with that attached patch to compile with gcc 6. > > Patch applied. Thanks. > -Will > > >

[perfmon2] [PATCH] Misleading indentation in example code

2016-01-29 Thread William Cohen
The new gcc 6.0.0 in fedora rawhide complains about misleading indentation. Some of the indentation for sys_count example needed to be corrected with that attached patch to compile with gcc 6. -Will diff --git a/perf_examples/syst_count.c b/perf_examples/syst_count.c index 0d53078..e0fa42e 1006