Re: [PATCH] libdrm: Make some drm headers compatible with gcc -std=c89 -pedantic

2013-09-22 Thread Eric Anholt
Daniel Kurtz writes: > The following minor changes were needed to these headers: > * Convert // comments to /* */ > * No , after final member of enum > > With these changes, these header files can be included by a program that > is built with gcc options: > -std=c89 -Werror -pedantic Just no

[PATCH] libdrm: Make some drm headers compatible with gcc -std=c89 -pedantic

2013-08-26 Thread Daniel Kurtz
The following minor changes were needed to these headers: * Convert // comments to /* */ * No , after final member of enum With these changes, these header files can be included by a program that is built with gcc options: -std=c89 -Werror -pedantic Signed-off-by: Daniel Kurtz --- include/d

[PATCH] libdrm: Make some drm headers compatible with gcc -std=c89 -pedantic

2013-08-26 Thread Daniel Kurtz
The following minor changes were needed to these headers: * Convert // comments to /* */ * No , after final member of enum With these changes, these header files can be included by a program that is built with gcc options: -std=c89 -Werror -pedantic Signed-off-by: Daniel Kurtz --- include/d