sslab-gatech / opensgx

OpenSGX
Other
291 stars 80 forks source link

Lots of compilation warnings when compiling sgx files #6

Open jonhoo opened 8 years ago

jonhoo commented 8 years ago

When compiling the various sgx binaries and libraries (in particular inside qemu), a lot of compiler warnings are given for the sgx .c files. It would be great if these could be fixed or suppress so that it is easier to identify actual problems.

johnmwshih commented 8 years ago

wip - https://github.com/sslab-gatech/opensgx/commit/1b40acd279d2635ff7efa53a08d2ca089e5027dd

jonhoo commented 8 years ago

Any particular reason why you're using there generic "Release" commit messages instead of more descriptive ones?

johnmwshih commented 8 years ago

We have our internal repository. Usually we work on that repository and then generate a corresponding released patch.

jonhoo commented 8 years ago

Why not make that repository the public master, and keep a separate branch/use tags for releases?