diff options
author | root <root> | 2007-11-08 18:38:51 +0000 |
---|---|---|
committer | root <root> | 2007-11-08 18:38:51 +0000 |
commit | 405b090a250e6add673905b8ebce6ad23b7f3668 (patch) | |
tree | e7d6e70d77ab9d5abf598cb48b1973c9d6d2f488 /README.embed | |
parent | 2fa1c9cb48b3bbf9d5e305dbf3d4269abcce0ec2 (diff) |
remove -Wall
Diffstat (limited to 'README.embed')
-rw-r--r-- | README.embed | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.embed b/README.embed index 28bbe07..2842745 100644 --- a/README.embed +++ b/README.embed @@ -17,7 +17,9 @@ FILESETS This will automatically include ev.h, too, and should be done in a single C source file only to provide the function implementations. To - use it, do the same for ev.h in all users: + use it, do the same for ev.h in all files wishing to use this API + (best done by writing a wrapper around ev.h that you can include + instead and where you can put other configuration options): #define EV_STANDALONE 1 #include "ev.h" |