[nanomsg] Re: Warning fixes in tests/

  • From: Immanuel Weber <immanuel.weber@xxxxxxxxx>
  • To: nanomsg@xxxxxxxxxxxxx
  • Date: Thu, 26 Sep 2013 16:49:07 +0200

Hi all,

that fix creates a bunch of new errors in testutil.h with msvc11 with
win7x64. The compiler interprets .c als C code and inline is part of C99
which is not fully supported by msvc... okay stop: Martin allready fixed
that.
I was just writting a fix myself by adding #define inline _inline to win.h
which creates a macro inline for the pre-C99 _inline.

Grettings
Immanuel


2013/9/26 Martin Sustrik <sustrik@xxxxxxxxxx>

> Hi Zoltan,
>
>
>  I have run "make check" this time (all passed) but quite a few warnings
>> have shown up.
>> Patch to fix them is attached, MIT licenced.
>>
>
> Applied to master. Thanks!
>
> Martin
>
>
>

Other related posts: