On Sun, Jun 18, 2017 at 8:14 AM, Stefano Zampini <[email protected]>
wrote:

> I don't understand this warning. At first I thought it was  due to not
> including stdio.h. however, stdio.h is included in next and the warning
> persists
> https://bitbucket.org/petsc/petsc/src/2aaff10d01f23f1202cddc2c5df957
> 9cc766de36/src/sys/classes/viewer/impls/glvis/glvis.c?at=
> next&fileviewer=file-view-default#glvis.c-685
>

What I usually do is get the complete compile line, then use that with -E
to output the preprocessed source. Then you can
grep for fdopen() and see what is going on.

  Thanks,

    Matt


> Il 18 Giu 2017 4:00 PM, "PETSc checkBuilds" <[email protected]>
> ha scritto:
>
>
>
> Dear PETSc developer,
>
> This email contains listings of contributions attributed to you by
> `git blame` that caused compiler errors or warnings in PETSc automated
> testing.  Follow the links to see the full log files. Please attempt to fix
> the issues promptly or let us know at [email protected] if you are
> unable
> to resolve the issues.
>
> Thanks,
>   The PETSc development team
>
> ----
>
> warnings attributed to commit https://bitbucket.org/petsc/pe
> tsc/commits/8135c37
> Added initial implementation of GLVis viewer
>
>   src/sys/classes/viewer/impls/glvis/glvis.c:685
>     [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/
> 06/18/build_next_arch-linux-c89_el6.log]
>       
> /sandbox/petsc/petsc.clone-2/src/sys/classes/viewer/impls/glvis/glvis.c:685:10:
> warning: assignment makes pointer from integer without a cast [enabled by
> default]
>
> ----
> To opt-out from receiving these messages - send a request to
> [email protected].
>
>
>


-- 
What most experimenters take for granted before they begin their
experiments is infinitely more interesting than any results to which their
experiments lead.
-- Norbert Wiener

http://www.caam.rice.edu/~mk51/

Reply via email to