]> git.tuebingen.mpg.de Git - paraslash.git/commit
Avoid warning when compiling with clang.
authorAndre Noll <maan@systemlinux.org>
Fri, 10 Jun 2011 13:35:01 +0000 (15:35 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 6 Jul 2011 08:05:06 +0000 (10:05 +0200)
commit49e464524ba5e6f73041160eec93c8ba5fe5ea18
treefccb714e0bcd9b59cd46c3a2d996a6eb3ca9549b
parent1d54a5412ef39590022e6dd4448881f267e96d0b
Avoid warning when compiling with clang.

Apparently clang does not recognize the

#pragma GCC visibility push(default)

lines in osl.h and complains for each file which includes this
header. Compliling without -Wno-unknown-pragmas fixes this.
Makefile.in